RVTDocs.com
Namespace: Autodesk.Revit.UI

ComboBox

Class
Description:
This class represents a selection control with a drop-down list that can be shown or hidden by clicking the arrow.
Remarks:
The order of items shown in the ComboBox depends upon the order which they were added, unless the ComboBoxMembers have been assigned to groups. If the members have been assigned groups, they will be sorted to fall under their groups regardless of the order in which they were added. Use of this class is not supported in Revit Macros.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.UI.RibbonItem
    Autodesk.Revit.UI.ComboBox
Syntax
public class ComboBox : RibbonItem