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

PopupMenu.ShowPopup(Point, Object) Method

Displays the context menu at the specified position.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public override 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