Gets or sets the menu bar for this window
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public virtual MenuBar Menu { get; set; }
Public Overridable Property Menu As MenuBar
Get
Set
abstract Menu : MenuBar with get, set
override 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