Namespace:
Autodesk.Revit.UI
RibbonItemType
Enumeration
Description:
An enumerated type listing all the toolbar item styles.
An enumerated type listing all the toolbar item styles.
RibbonItemType Enumeration Members:
| Name | Description |
|---|---|
| 0 | A standard button with text and image. |
| 1 | A button with a pull-down menu list. |
| 2 | A split button with a default button and a pull-down menu list. |
| 3 | A standard button that can be added to RadioButtonGroup. |
| 4 | An item that contains a collection of RibbonToggleButton items. |
| 5 | An item in the drop-down list of a ComboBox. |
| 6 | A selection control with a drop-down list that can be shown or hidden by clicking the arrow on the control. |
| 7 | A text-based control that allows the user to enter text. |