Name | Description | |
---|---|---|
![]() | NActionListSplitButton Constructor | Default constructor |
The following tables list the members exposed by NActionListSplitButton.
Name | Description | |
---|---|---|
![]() | NActionListSplitButton Constructor | Default constructor |
Name | Description | |
---|---|---|
![]() ![]() | DoActionsEvent | Reference to the DoActions event. |
![]() ![]() | ImageProperty | Reference to the Image property. |
![]() ![]() | NActionListSplitButtonSchema | Schema associated with NActionListSplitButton. |
![]() ![]() | QueryActionsEvent | Reference to the QueryActions event. |
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 |
Name | Description | |
---|---|---|
![]() | CreateCommandSource | Overridden. Creates a command source for this style split button and associates it with the given command. |
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 |
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. |