Skip to main content

DXPopupMenu.ShowPopup(Control, Point, Boolean) Method

Displays the DXPopupMenu at specific coordinates. For internal use.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

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

Parameters

Name Type
control Control
location Point
isContextMenu Boolean
See Also