Description
This enum specifies the item size for ribbon items like button and label.
C#
public enum RibbonItemSize { Standard, Large }
Visual Basic
Public Enum RibbonItemSize Standard Large End Enum
Members
| Members | Description |
|---|---|
| Standard | Standard size item with 16x16 image size. |
| Large | Large size item with 32x32 image size. |