NActionListSplitButton Class Members
In This Topic
The following tables list the members exposed by NActionListSplitButton.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| Image | Gets or sets the image shown in the action button of this split button. |
| Items | A shortcut property, that gets the Menu.Items collection |
| Menu | A shortcut property, that casts the popup content to a NMenu instance |
Top
Public Methods
| Name | Description |
| CreateCommandSource | Overridden. Creates a command source for this style split button and associates it with the given command. |
Top
Public Events
| Name | Description |
| DoActions | Occurs when the action button has closed its drop down menu and multiple actions need to be performed. |
| QueryActions | Occurs when the action button is about to display a drop down list box, and needs to populate it with action widgets. |
Top
See Also