PopupMenuBase.ShowPopup(BarManager, Point) Method
In This Article
Displays the current pop-up associated with a BarManager at a specific point.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual void ShowPopup(
BarManager manager,
Point p
)
#Parameters
Name | Type | Description |
---|---|---|
manager | Bar |
A Bar Manager associated with the Popup |
p | Point | A Point structure that specifies the pop-up’s location. |
See Also