Skip to main content

TdxBar.ChangeDockingStyle(TdxBarDockingStyle,TdxDockControl) Method

Changes the layout of the current toolbar.

Declaration

procedure ChangeDockingStyle(AStyle: TdxBarDockingStyle; ADockControl: TdxDockControl);

Parameters

Name Type
AStyle TdxBarDockingStyle
ADockControl TdxDockControl

Remarks

Call the ChangeDockingStyle method to change the side to which the current toolbar is docked as specified by the AStyle parameter. If the parameter’s value of dsNone is chosen, the toolbar floats. The ADockControl parameter specifies the internal dock control onto which the current toolbar is placed.

See Also