Click or drag to resize

MenuSegmentedItemIHandlerCanSelect Property

Gets or sets a value indicating whether this MenuSegmentedItem can be selected.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool CanSelect { get; set; }

Property Value

Type: Boolean
true 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