PopupControlContainer.ShowPopup(BarManager, Point) Method
Displays the PopupControlContainer at the specified point.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
public virtual void ShowPopup(
BarManager manager,
Point p
)
Public Overridable Sub ShowPopup(
manager As BarManager,
p As Point
)
Parameters
Name | Type | Description |
---|---|---|
manager | BarManager | A BarManager object. |
p | Point | A point specifying the position at which to display the PopupControlContainer. |
Remarks
This method supports the internal infrastructure of the XtraBars. To display the PopupControlContainer at a specific point, use the ShowPopup overload which takes only the Point parameter.
Implements
DevExpress.XtraBars.PopupControl.ShowPopup(BarManager, Point)
See Also
Feedback