Click or drag to resize

MenuBarAboutItem Property

Gets or sets the item to show an about dialog for the application

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

Property Value

Type: MenuItem
The about item on the menu.
Remarks
This allows you to set an item to show an about dialog for the application. OS X will place this in the Application menu, other platforms place this at the bottom of the Help menu.
See Also