QueryShowPopupMenuEventArgs(PopupMenuBase, Control, Point) Constructor
In This Article
Initializes a new instance of the QueryShowPopupMenuEventArgs class.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public QueryShowPopupMenuEventArgs(
PopupMenuBase menu,
Control control,
Point position
)
#Parameters
Name | Type | Description |
---|---|---|
menu | Popup |
The menu that is about to be displayed. This parameter is assigned to the Query |
control | Control | The control whose popup menu is about to be displayed. This parameter is assigned to the Query |
position | Point | The menu’s position. This parameter is assigned to the Query |
See Also