TdxBarManager.DoBarDockingStyleChanged(TdxBar) Method
In This Article
Fires the OnBarDockingStyleChange event.
#Declaration
Delphi
procedure DoBarDockingStyleChanged(ABar: TdxBar); dynamic;
#Parameters
Name | Type |
---|---|
ABar | Tdx |
#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