Name | Description | |
---|---|---|
![]() | NMenuSplitButton Constructor | Default constructor. |
The following tables list the members exposed by NMenuSplitButton.
Name | Description | |
---|---|---|
![]() | NMenuSplitButton Constructor | Default constructor. |
Name | Description | |
---|---|---|
![]() ![]() | NMenuSplitButtonSchema | Schema associated with NMenuSplitButton |
![]() ![]() | SelectedIndexProperty | Reference to the SelectedIndex property. |
Name | Description | |
---|---|---|
![]() | Items | A shortcut property that gets the Menu.Items collection. |
![]() | Menu | A shortcut property that casts the popup content to an NMenu instance. |
![]() | SelectedIndex | Gets or sets the the index of the currently selected menu item. |
![]() | SelectedValue | Gets the currently selected value. |
Name | Description | |
---|---|---|
![]() | FillFromArray<TValue,THeader> | Fills the menu of the split button from the given array of values and uses the specified headers array for the headers of the created menu items. The number of values should be equal to the number of images. Assigns the corresponding value to the Tag property of each menu item. |
![]() | FillFromEnum | Overloaded. Fills the menu split button from enum. Assigns the corresponding enum value to the Tag property of each menu item. |
Name | Description | |
---|---|---|
![]() | CreateActionButtonContent | Creates the content of the action button for the given menu item. |
![]() | CreateMenuItem<Uxfd,vxfd> | Creates a menu item for the given value. Uses the specified header for the header of the menu item. |
![]() | CreatePopupContent | Overridden. Overriden to return a new NMenu instance. |
![]() | IsPopupContentStatic | Overridden. Overriden to return true. |
![]() | OnMenuItemClick | Called when a menu item has been clicked. |
![]() | OnSelectedIndexChanged | Called when the SelectedIndex property has changed. |
![]() | Wxfd<xxfd,Yxfd> |
Name | Description | |
---|---|---|
![]() | SelectedIndexChanged | Occurs when the selected index property has changed. |