RVTDocs.com
Namespace: Autodesk.Revit.UI Class: ComboBox

ComboBox.Current

Property
Description:
Gets or sets the current checked ComboBox member of the ComboBox.
Remarks:
The default value is the first ComboBox member added to the ComboBox.
Syntax
public ComboBoxMember Current { get; set; }
Exceptions
Exception Condition
ArgumentNullException Thrown when trying to set this property to.
ArgumentException Thrown when trying to set this property to a button not in this ComboBox.