Description
This enumeration specifies the size of the image in the drop-down list box in the RibbonDropDownButton class.
C#
public enum RibbonImageSize { Standard, Large }
Visual Basic
Public Enum RibbonImageSize Standard Large End Enum
This enumeration specifies the size of the image in the drop-down list box in the RibbonDropDownButton class.
public enum RibbonImageSize { Standard, Large }
Public Enum RibbonImageSize Standard Large End Enum