2027 Enumeration
Changes 0
E

RibbonItemType

Description:
An enumerated type listing all the toolbar item styles.
public enum RibbonItemType
Name Description
E ComboBox A selection control with a drop-down list that can be shown or hidden by clicking the arrow on the control.
E ComboBoxMember An item in the drop-down list of a ComboBox.
E PulldownButton A button with a pull-down menu list.
E PushButton A standard button with text and image.
E RadioButtonGroup An item that contains a collection of RibbonToggleButton items.
E SplitButton A split button with a default button and a pull-down menu list.
E TextBox A text-based control that allows the user to enter text.
E ToggleButton A standard button that can be added to RadioButtonGroup.