Skip to main content
A newer version of this page is available. .
Bar

PopupMenu.ShowPopup(BarManager, Point, PopupControl) Method

Displays a child PopupMenu object at the specific point.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public override void ShowPopup(
    BarManager manager,
    Point p,
    PopupControl parentPopup
)

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