IUiBar.DockLeftOf

Syntax

DockLeftOf(Bar: IUiBar): Boolean;

Parameters

Bar. The form component, to the left of which the current component should be placed.

Description

The DockLeftOf method enables the user to dock the current component to a form by placing it to the left of the component specified in the parameters.

Comments

Available values:

The method docks the ToolBar panel to the form by placing it to the left of the panel specified in the Bar parameter. The method is relevant if the IControl.Visible property is set to True.

See also:

IUiBar