NMenuSplitButton Class Methods
For a list of all members of this type, see NMenuSplitButton members.
| 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