An enumerated type listing all the toolbar item styles.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 21.0.0.0 (21.1.1.109)

Syntax

C#
public enum RibbonItemType
Visual Basic
Public Enumeration RibbonItemType
Visual C++
public enum class RibbonItemType

Members

Member nameDescription
PushButtonA standard button with text and image.
PulldownButtonA button with a pull-down menu list.
SplitButtonA split button with a default button and a pull-down menu list.
ToggleButtonA standard button that can be added to RadioButtonGroup.
RadioButtonGroupAn item that contains a collection of RibbonToggleButton items.
ComboBoxMemberAn item in the drop-down list of a ComboBox.
ComboBoxA selection control with a drop-down list that can be shown or hidden by clicking the arrow on the control.
TextBoxA text-based control that allows the user to enter text.

See Also