PopupMenu.ShowPopup(BarManager, Point, PopupControl) Method
Displays a child PopupMenu object at the specific point.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| manager | BarManager | A BarManager associated with the PopupMenu object. |
| p | Point | A Point structure that specifies the location to display the PopupMenu object. |
| parentPopup | DevExpress.XtraBars.PopupControl | A PopupControl object that owns the PopupMenuBase object. |
See Also