Back to Devexpress

RadialMenu.ShowPopup(Point, Object) Method

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-radialmenu-dot-showpopup-x28-system-dot-drawing-dot-point-system-dot-object-x29.md

latest1.4 KB
Original Source

RadialMenu.ShowPopup(Point, Object) Method

Displays the menu at the specified position.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public override void ShowPopup(
    Point point,
    object activator
)
vb
Public Overrides Sub ShowPopup(
    point As Point,
    activator As Object
)

Parameters

NameTypeDescription
pointPoint

A Point structure that specifies the location to display the RadialMenu.

| | activator | Object | |

See Also

RadialMenu Class

RadialMenu Members

DevExpress.XtraBars.Ribbon Namespace