PopupMenu.ShowPopup(Point, Object) Method
Displays the context menu at the specified position.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
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