Click or drag to resize

MenuSegmentedItem Class

Segmented item that can have a drop down menu, and optionally be selected.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class MenuSegmentedItem : SegmentedItem

The MenuSegmentedItem type exposes the following members.

Constructors
  NameDescription
Public methodMenuSegmentedItem
Initializes a new instance of the MenuSegmentedItem class.
Public methodMenuSegmentedItem(Command)
Initializes a new instance of the MenuSegmentedItem class with the specified command.
Top
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