IControlBar.DockOf

Syntax

DockOf(Bar: IControlBar; Position: StartDockPosition): Boolean;

Parameters

Bar. Popup panel, with which this one must be grouped.

Position. Position, in which this panel is placed relative to the panel that is passed by the Bar parameter.

Description

The DockOf method docks this panel to the panel that is passed by the Bar parameter.

Example

 

See also:

IControlBar