TdxBarManager.DoBarDockingStyleChanged(TdxBar) Method
Fires the OnBarDockingStyleChange event.
Declaration
procedure DoBarDockingStyleChanged(ABar: TdxBar); dynamic;
Parameters
Name | Type |
---|---|
ABar | TdxBar |
Remarks
The DoBarDockingStyleChanged method is called when changing the docking style. This method fires the OnBarDockingStyleChange event.
Override the DoBarDockingStyleChanged method to perform specific actions when changing a toolbar’s docking style.
See Also