IContextMenuHostContextMenu Property |
Gets or sets the context menu to show when the user right clicks or presses the menu key
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax ContextMenu ContextMenu { get; set; }
Property ContextMenu As ContextMenu
Get
Set
abstract ContextMenu : ContextMenu with get, set
Property Value
Type:
ContextMenuThe context menu to show, or null to have no menu
See Also