Enum of possible values for split button list style.
Public Enum RibbonSplitButtonListStyle Descriptive = 3 Icon = 1 IconText = 2 End Enum
public enum RibbonSplitButtonListStyle { Descriptive = 3, Icon = 1, IconText = 2 }
Members |
Description |
Descriptive = 3 |
The split button displays descriptive text for each item in the list. |
Icon = 1 |
The split button displays icons for each item in the list. |
IconText = 2 |
The split button displays icons and text for each item in the list. |
Comments? |