Skip to main content
Bar

PopupMenuBase.ShowPopup(Point) Method

Displays the current pop-up menu at a specific point.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void ShowPopup(
    Point p
)

Parameters

Name Type Description
p Point

A Point structure that specifies coordinates where the pop-up should be displayed.

See Also