RadialMenu.ShowPopup(BarManager, Point, PopupControl) Method
In This Article
Displays the menu at the specified position.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public override void ShowPopup(
BarManager manager,
Point point,
PopupControl parentPopup
)
#Parameters
Name | Type | Description |
---|---|---|
manager | Bar |
|
point | Point | A Point structure that specifies the location to display the Radial |
parent |
DevExpress. |
See Also