NMenuSplitButton Class Members
In This Topic
The following tables list the members exposed by NMenuSplitButton.
Public Constructors
Public Fields
Public Properties
| 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. |
Top
Public Methods
| 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. |
Top
Public Events
See Also