Click or drag to resize

MenuBarApplicationMenu Property

Gets the menu that contains application-level items.

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

Property Value

Type: ButtonMenuItem
The application menu.
Remarks
This allows you to change the application menu's text (File for most platforms, Application menu for OS X)
See Also