TdxBarCustomPopupMenuComponent.Popup(Integer,Integer) Method
Displays the popup menu on screen at a specified position.
Declaration
procedure Popup(X: Integer; Y: Integer); virtual; abstract;
Parameters
Name | Type |
---|---|
X | Integer |
Y | Integer |
Remarks
TdxBarCustomPopupMenuComponent descendants implement this method to display the popup menu at the X and Y coordinates.
See Also