Skip to content

Show Method (title left dockStyle)

Mauricio Jorquera edited this page Feb 10, 2026 · 1 revision

Shows itself in the native Revit options bar.

Syntax

C#

public void Show(string title,
            double left = 0,
            DockStyle dockStyle = DockStyle.Single
)

Parameters

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'.

Clone this wiki locally