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

PopupControlContainer.ShowPopup(Point) Method

Invokes the PopupControlContainer at a specified position.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual void ShowPopup(
    Point p
)

Parameters

Name Type Description
p Point

A point specifying the position at which to display the PopupControlContainer.

Remarks

The p parameter represents an offset from the upper-left parent control corner in pixels.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ShowPopup(Point) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also