Click or drag to resize

ThemedDocumentPageHandlerContextMenu Property

Gets or sets the context menu.

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

Property Value

Type: ContextMenu
The context menu.

Implements

IContextMenuHostContextMenu
See Also