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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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