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

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.v19.1.dll

Declaration

public virtual void ShowPopup(
    Point point,
    bool expanded
)

Parameters

Name Type Description
point Point

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