MenuItemBinding.Selectable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the menu item to which the MenuItemBinding object is applied can be selected, or is "clickable."
public:
property bool Selectable { bool get(); void set(bool value); };
public bool Selectable { get; set; }
member this.Selectable : bool with get, set
Public Property Selectable As Boolean
Property Value
true
if the menu item to which the MenuItemBinding is applied is selectable; otherwise, false
.
Remarks
When the Menu control is bound to a data source, use the Selectable property to set the MenuItem.Selectable property of a MenuItem object. This setting is shared with all menu items to which the MenuItemBinding object is applied. When this property is set to false
, the menu item is not "clickable" but any child items are displayed.