PanelContextMenu Property |
Gets or sets the context menu for the panel.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public ContextMenu ContextMenu { get; set; }
Public Property ContextMenu As ContextMenu
Get
Set
member ContextMenu : ContextMenu with get, set
Property Value
Type:
ContextMenuThe context menu.
Remarks
The context menu is usually shown when the user right clicks the control, or in mobile platforms when the
user taps and holds their finger down on the control.
See Also