Back to Devexpress

PopupMenu.ShowPopupCore(BarManager, Point, IPopup) Method

windowsforms-devexpress-dot-xtrabars-dot-popupmenu-dot-showpopupcore-x28-devexpress-dot-xtrabars-dot-barmanager-system-dot-drawing-dot-point-devexpress-dot-xtrabars-dot-ipopup-x29.md

latest1.4 KB
Original Source

PopupMenu.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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public override void ShowPopupCore(
    BarManager manager,
    Point p,
    IPopup parentPopup
)
vb
Public Overrides Sub ShowPopupCore(
    manager As BarManager,
    p As Point,
    parentPopup As IPopup
)

Parameters

NameType
managerBarManager
pPoint
parentPopupDevExpress.XtraBars.IPopup

See Also

PopupMenu Class

PopupMenu Members

DevExpress.XtraBars Namespace