IUiBar.DockLeftOf

Syntax

DockLeftOf(Bar: IUiBar): Boolean;

Parameters

Bar. The component, to the left of which the current component must 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

The method enables the user to dock the ToolBar panel to the form by placing it to the left of the panel specified in the Bar parameter.

If the ToolBar component was successfully docked, the method returns True, otherwise it returns False. The docking is not allowed:

See also:

IUiBar