TdxRibbonHideMinimizedByClickEvent Type
In This Article
#Declaration
Delphi
TdxRibbonHideMinimizedByClickEvent = procedure(Sender: TdxCustomRibbon; AWnd: HWND; AShift: TShiftState; const APos: TPoint; var AAllowProcessing: Boolean) of object;
#Parameters
Name | Type |
---|---|
Sender | Tdx |
AWnd | HWND |
AShift | TShift |
APos | TPoint |
AAllow |
Boolean |
See Also