TdxRibbonGalleryShowPopupMenuEvent Type
In This Article
The OnShowPopupMenu event’s procedural type.
#Declaration
Delphi
TdxRibbonGalleryShowPopupMenuEvent = procedure(Sender: TObject; var APopupMenu: TdxBarCustomPopupMenu; var APopupPoint: TPoint; AHotGroupItem: TdxRibbonGalleryGroupItem) of object;
#Parameters
Name | Type |
---|---|
Sender | TObject |
APopup |
Tdx |
APopup |
TPoint |
AHot |
Tdx |
#Remarks
This event occurs prior to a ribbon gallery or its group displaying popup menu.
The table below lists parameters that specify:
Parameter Name | Description |
---|---|
Sender | The ribbon gallery that raised the event. |
APopup |
A popup menu that a gallery displays after a right click. The parameter can accept the Gallery |
APopup |
Popup menu coordinates in the monitor’s area. This optional parameter accepts the mouse cursor coordinates when you right-click a gallery’s area. |
AHot |
A gallery’s item that you right-click. |
See Also