Skip to main content
Bar

PopupMenuBase.ShowPopup(BarManager, Point) Method

Displays the current pop-up associated with a BarManager at a specific point.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void ShowPopup(
    BarManager manager,
    Point p
)

Parameters

Name Type Description
manager BarManager

A Bar Manager associated with the PopupMenuBase.

p Point

A Point structure that specifies the pop-up’s location.

See Also