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

PopupMenuBase.ShowPopup(Point, Object) Method

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual void ShowPopup(
    Point p,
    object activator
)

Parameters

Name Type Description
p Point

A screen point at which to display the PopupMenu.

activator Object

An object that activates the PopupMenu.

See Also