MenuSegmentedItemCanSelect Property |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool CanSelect { get; set; }
Public Property CanSelect As Boolean
Get
Set
member CanSelect : bool with get, set
Property Value
Type:
Booleantrue if this item can be selected; otherwise,
false.
Remarks
When this is true, the user will typically have to hold the button down to bring up the menu, otherwise
a single click will bring up the menu and the item will never be selected/clicked.
See Also