Click or drag to resize

MenuBarIHandler Interface

Handler interface for the MenuBar

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : WidgetIHandler, 
	MenuISubmenuHandler

The MenuBarIHandler type exposes the following members.

Properties
  NameDescription
Public propertyApplicationMenu
Gets the menu that contains application-level items.
Public propertyHelpMenu
Gets the help menu for the application for showing help items
Top
Methods
  NameDescription
Public methodCreateLegacySystemMenu
Obsolete version to create a system menu using legacy symantics.
Public methodCreateSystemMenu
Creates the system menu when it is loaded onto a window for the first time.
Public methodGetSystemCommands
Gets the system commands for the menu bar.
Public methodSetAboutItem
Gets or sets the item to show an about dialog for the application
Public methodSetQuitItem
Gets or sets the quit item for the application.
Top
See Also