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

DXPopupMenu.ShowPopup(Control, Point, Boolean) Method

Displays the DXPopupMenu at specific coordinates. For internal use.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[Browsable(false)]
public void ShowPopup(
    Control control,
    Point location,
    bool isContextMenu
)

Parameters

Name Type
control Control
location Point
isContextMenu Boolean
See Also