ButtonMenuItem Class |
Namespace: Eto.Forms
The ButtonMenuItem type exposes the following members.
Name | Description | |
---|---|---|
ButtonMenuItem |
Initializes a new instance of the ButtonMenuItem class.
| |
ButtonMenuItem(EventHandlerEventArgs) |
Initializes a new instance of the ButtonMenuItem class with the specified click handler.
| |
ButtonMenuItem(Command) |
Initializes a new instance of the ButtonMenuItem class with the specified command.
|
Name | Description | |
---|---|---|
Image |
Gets or sets the image to show for the menu item.
| |
Items |
Gets the collection of menu items.
| |
Trim |
Gets a value indicating whether this sub menu should trim its child menu items when loaded onto a form
|
Name | Description | |
---|---|---|
OnLoad |
Called when the menu is assigned to a control/window
(Overrides MenuOnLoad(EventArgs).) | |
OnUnLoad |
Called when the menu is removed from a control/window
(Overrides MenuOnUnLoad(EventArgs).) |
Name | Description | |
---|---|---|
GetChildren |
Gets an enumeration of all children of the specified submenu.
(Defined by SubmenuExtensions.) |