Skip to main content
Bar

PopupMenuBase.ShowPopupCore(BarManager, Point, IPopup) Method

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual void ShowPopupCore(
    BarManager manager,
    Point p,
    IPopup parentPopup
)

Parameters

Name Type
manager BarManager
p Point
parentPopup DevExpress.XtraBars.IPopup
See Also