Click or drag to resize

MenuBarIncludeSystemItems Property

Gets or sets which system items will be automatically included with the menu.

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

Property Value

Type: MenuBarSystemItems
The include system items.
Remarks
Some operating systems, such as OS X require you to create your own standard items to enable the ability to do things such as close a window, cut/paste, hide apps, quit an app, etc. By default, the menu will be merged with your custom menu so that all of these system functions will work. For Quit and About menu items, use the QuitItem and AboutItem instead so that they are placed in the correct/expected location on every platform.
See Also