AddSeparator Method


Combo Box Add Separator Method

Adds a separator to the drop-down list.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void AddSeparator()
Remarks
The separator will be added below the last added member.
See Also