Description
This enum specifies the list style for a split-button drop-down list.
Visual Basic
Public Enum RibbonSplitButtonListStyle Icon List Descriptive Menu End Enum
Members
Members | Description |
---|---|
Icon | Icon style. Displays only item images (32x32). |
List | List style. Displays both item image (16x16) and text. |
Descriptive | List style. Displays item image (32x32), text, and description. |
Menu | List style. Displays item image (32x32), text, and description. |
Previous Declaration
public enum RibbonSplitButtonListStyle { Icon, List, Descriptive