property ExMenu.Focusable as Boolean
Gets or sets a value that indicates whether the control can receive focus.

TypeDescription
Boolean A Boolean expression that specifies whether the menu receives the focus when the user clicks it.
By default, the Focusable property is True, which means that the control gains the focus once the user clicks the menu. Use the Focusable property on False, to prevent receiving the focus, when the user clicks the menu. Use the Focusable property on False, when you need to assign he menu to a MDI frame, or whether the menu requires no focusing or activation. The menu may be activated if it contains edit controls or ActiveX controls.