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; }
Public Property AboutItem As MenuItem
Get
Set
member AboutItem : MenuItem with get, set
Property Value
Type:
MenuItemThe 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