TdxRibbonCustomMiniToolbar.Popup(TPoint,TdxBarCustomPopupMenu) Method
Displays the Ribbon Mini Toolbar on-screen.
Declaration
procedure Popup(P: TPoint; AContextMenu: TdxBarCustomPopupMenu = nil); overload;
Parameters
| Name | Type |
|---|---|
| P | TPoint |
| AContextMenu | TdxBarCustomPopupMenu |
Remarks
The overload displays the Ribbon Mini Toolbar, at the position specified by the P parameter.
See Also