Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBar.ChangeDockingStyle(TdxBarDockingStyle,TdxDockControl) Method

Changes the layout of the current toolbar.

#Declaration

Delphi
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