Back to Devexpress

RadialMenu.ShowPopup(Point, Boolean) Method

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

latest2.2 KB
Original Source

RadialMenu.ShowPopup(Point, Boolean) Method

Displays the RadialMenu at the specified position in either the expanded or collapsed state.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void ShowPopup(
    Point point,
    bool expanded
)
vb
Public Overridable Sub ShowPopup(
    point As Point,
    expanded As Boolean
)

Parameters

NameTypeDescription
pointPoint

A Point where the menu is displayed.

| | expanded | Boolean |

true , to show an expanded RadialMenu; otherwise, false.

|

Remarks

The ShowPopup method displays the RadialMenu at the desired location. You are free to choose whether the displayed menu should initially be expanded or collapsed. A collapsed menu can be further expanded via the RadialMenu.Expand method. The RadialMenu.HidePopup method closes the menu.

See Also

Expand()

HidePopup()

AutoExpand

RadialMenu Class

RadialMenu Members

DevExpress.XtraBars.Ribbon Namespace