Click or drag to resize

WindowMenu Property

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

Property Value

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