Gets or sets the current checked ComboBox member of the ComboBox.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic ComboBoxMember Current { get; set; }
Public Property Current As ComboBoxMember
Get
Set
public:
property ComboBoxMember^ Current {
ComboBoxMember^ get ();
void set (ComboBoxMember^ value);
}
member Current : ComboBoxMember with get, set
Property Value
ComboBoxMember
Exceptions
Remarks
The default value is the first ComboBox member added to the ComboBox.
See Also