Click or drag to resize

ThemedMenuSegmentedItemHandlerMenu Property

Gets or sets the menu to display when the user clicks the item.

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

Property Value

Type: ContextMenu
The menu to display.

Implements

MenuSegmentedItemIHandlerMenu
See Also