TdxBarManager.OnBarVisibleChange Event
Occurs when a toolbar’s visibility state is changed.
Declaration
property OnBarVisibleChange: TdxBarVisibleChangeEvent read; write;
Remarks
Handle the OnBarVisibleChange event to perform specific actions when the visibility state of the toolbar (specified by the ABar parameter) is changed. The Sender parameter specifies the bar manager to which the toolbar belongs.
See Also