PopupMenu.ShowPopup(Point, Object) Method
Displays the context menu at the specified position.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| p | Point | A screen point at which to display the PopupMenu. |
| activator | Object | An object that activates the PopupMenu. |
See Also