Click or drag to resize

ThemedMenuSegmentedItemHandlerCanSelect Property

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

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

Property Value

Type: Boolean
true if this item can be selected; otherwise, false.

Implements

MenuSegmentedItemIHandlerCanSelect
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