TcxSchedulerPopupMenu.Popup(Integer,Integer) Method
Displays the popup menu on screen.
Declaration
function Popup(X: Integer; Y: Integer): Boolean; virtual;
Parameters
| Name | Type |
|---|---|
| X | Integer |
| Y | Integer |
Returns
| Type |
|---|
| Boolean |
Remarks
The popup menu appears at the position specified in pixels by the X and Y screen coordinates.
See Also