RibbonItemType Enumeration

RibbonItemType Enumeration

An enumerated type listing all the toolbar item styles.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum RibbonItemType
Public Enumeration RibbonItemType
public enum class RibbonItemType
type RibbonItemType
Members
Member nameValueDescription
ComboBox6A selection control with a drop-down list that can be shown or hidden by clicking the arrow on the control.
ComboBoxMember5An item in the drop-down list of a ComboBox.
PulldownButton1A button with a pull-down menu list.
PushButton0A standard button with text and image.
RadioButtonGroup4An item that contains a collection of RibbonToggleButton items.
SplitButton2A split button with a default button and a pull-down menu list.
TextBox7A text-based control that allows the user to enter text.
ToggleButton3A standard button that can be added to RadioButtonGroup.
See Also