WindowIHandlerMenu Property |
Gets or sets the menu bar for this window
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax MenuBar Menu { get; set; }
Property Menu As MenuBar
Get
Set
abstract Menu : MenuBar with get, set
Property Value
Type:
MenuBarThe menu.
Remarks
Some platforms have a global menu bar (e.g. ubuntu, OS X).
When the winow is in focus, the global menu bar will be changed to reflect the menu assigned.
See Also