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

DXPopupMenu.ShowPopup(Control, Point) Method

Displays the DXPopupMenu at specific coordinates.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public void ShowPopup(
    Control control,
    Point location
)

Parameters

Name Type Description
control Control

A Control that is the parent control for this DXPopupMenu.

location Point

A Point structure that specifies the menu location.

Remarks

The ShowPopup method can be used instead of the IDXDropDownControl.Show method. In this case, instead of passing an “IDXMenuManager” object to the “Show” method as its first parameter, utilize the DXPopupMenu.MenuViewType property to select the popup menu type.

See Also