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