Description
This enum represents the size of the RibbonItem.
C#
internal enum RibbonItemSize { Large = 3, Medium = 2, Standard = 1 }
Visual Basic
Friend Enum RibbonItemSize Large = 3 Medium = 2 Standard = 1 End Enum
This enum represents the size of the RibbonItem.
internal enum RibbonItemSize { Large = 3, Medium = 2, Standard = 1 }
Friend Enum RibbonItemSize Large = 3 Medium = 2 Standard = 1 End Enum