PopupMenuBase.ShowPopup(BarManager, Point, PopupControl) Method
Displays a child PopupMenuBase object at the specific point.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual void ShowPopup(
BarManager manager,
Point p,
PopupControl parentPopup
)
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Sub ShowPopup(
manager As BarManager,
p As Point,
parentPopup As PopupControl
)
Parameters
Name | Type | Description |
---|---|---|
manager | BarManager | A BarManager associated with the PopupMenuBase object. |
p | Point | A Point structure that specifies the location to display the PopupMenuBase object. |
parentPopup | DevExpress.XtraBars.PopupControl | A PopupControl object that owns the PopupMenuBase object. |
See Also
Feedback