Skip to main content
Bar

QueryShowPopupMenuEventArgs(PopupMenuBase, Control, Point) Constructor

Initializes a new instance of the QueryShowPopupMenuEventArgs class.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public QueryShowPopupMenuEventArgs(
    PopupMenuBase menu,
    Control control,
    Point position
)

Parameters

Name Type Description
menu PopupMenuBase

The menu that is about to be displayed. This parameter is assigned to the QueryShowPopupMenuEventArgs.Menu property.

control Control

The control whose popup menu is about to be displayed. This parameter is assigned to the QueryShowPopupMenuEventArgs.Control property.

position Point

The menu’s position. This parameter is assigned to the QueryShowPopupMenuEventArgs.Position property.

See Also