TdxRibbonCustomBackstageView.OnCanClose Event
In This Article
Enables you to prohibit end-users from closing the menu.
#Declaration
Delphi
property OnCanClose: TCloseQueryEvent read; write;
#Remarks
Sender specifies the menu to be closed.
Pass False as the CanClose event parameter to prohibit end-users from closing the menu.
Note
The On
See Also