Click or drag to resize

MenuSegmentedItemIHandler Interface

Handler interface for the MenuSegmentedItem.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : SegmentedItemIHandler, 
	WidgetIHandler

The MenuSegmentedItemIHandler type exposes the following members.

Properties
  NameDescription
Public propertyCanSelect
Gets or sets a value indicating whether this MenuSegmentedItem can be selected.
Public propertyMenu
Gets or sets the menu to display when the user clicks the item.
Top
See Also