Click or drag to resize

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; }

Property Value

Type: ContextMenu
The 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