TrayIndicatorMenu Property |
Gets or sets the menu shown when the user clicks on the tray icon.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public ContextMenu Menu { get; set; }
Public Property Menu As ContextMenu
Get
Set
member Menu : ContextMenu with get, set
Property Value
Type:
ContextMenuThe context menu.
See Also