-
Notifications
You must be signed in to change notification settings - Fork 1
Show Method (title left dockStyle)
Mauricio Jorquera edited this page Feb 10, 2026
·
1 revision
Shows itself in the native Revit options bar.
C#
public void Show(string title,
double left = 0,
DockStyle dockStyle = DockStyle.Single
)title
Type: System.String
Options bar title.
left
Type: System.Double
The separation with some control that is to its left.
dockStyle
Type: SCADtools.Revit.UI.OptionsBar.DockStyle
The docking style of the custom options bar in relation to the native Revit options bar, specified as either 'Single' or 'Combined'.