Description
Enum of possible values for split button list style.
C#
public enum RibbonSplitButtonListStyle { Descriptive = 3, Icon = 1, IconText = 2 }
Visual Basic
Public Enum RibbonSplitButtonListStyle Descriptive = 3 Icon = 1 IconText = 2 End Enum
Members
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. |