DXPopupMenu.ShowPopup(Control, Point, Boolean) Method
Displays the DXPopupMenu at specific coordinates. For internal use.
Namespace: DevExpress.Utils.Menu
Assembly: DevExpress.Utils.v24.1.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