NActionListSplitButton Class Methods
In This Topic
For a list of all members of this type, see NActionListSplitButton members.
Public Methods
| Name | Description |
| CreateCommandSource | Overridden. Creates a command source for this style split button and associates it with the given command. |
Top
Protected Methods
| Name | Description |
| CreatePopupContent | Overridden. Overriden to return a new NMenu instance |
| IsPopupContentStatic | Overridden. Overriden to return true |
| OnDoActions | Called when the action button needs to perform multiple actions. Raises the DoActions event. |
| OnImageChanged | Called when the Image property has changed. |
| OnPopupClosed | Overridden. Called when the drop down has been closed. |
| OnQueryActions | Raises the QueryActions event and returns the list of action widgets populated by the event subscribers |
Top
See Also