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