| MenuBarIHandlerSetAboutItem Method  | 
 
            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
Syntaxvoid SetAboutItem(
	MenuItem item
)
Sub SetAboutItem ( 
	item As MenuItem
)
abstract SetAboutItem : 
        item : MenuItem -> unit 
Parameters
- item
- Type: Eto.FormsMenuItem
 [Missing <param name="item"/> documentation for "M:Eto.Forms.MenuBar.IHandler.SetAboutItem(Eto.Forms.MenuItem)"] 
Field Value
Type: 
The about item on the menu.
 Remarks
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
See Also