TdxBar.ResetWithConfirmation Method
In This Article
Requests end-user confirmation before resetting the current toolbar’s original settings.
#Declaration
Delphi
procedure ResetWithConfirmation;
#Remarks
At runtime the ResetWithConfirmation method can be invoked by clicking the Reset button on the Toolbars page of the Customization Form.
To make a reset and display of the confirmation dialog optional for individual toolbars, handle a bar manager’s OnBarReset event.
See Also