NMenuSplitButton Class Members
In This Topic
The following tables list the members exposed by NMenuSplitButton.
Public Constructors
Public Fields
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Items | A shortcut property that gets the Menu.Items collection. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Menu | A shortcut property that casts the popup content to an NMenu instance. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SelectedIndex | Gets or sets the the index of the currently selected menu item. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SelectedValue | Gets the currently selected value. |
Top
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | 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. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | FillFromEnum | Overloaded. Fills the menu split button from enum. Assigns the corresponding enum value to the Tag property of each menu item. |
Top
Public Events
See Also