Skip to main content

RadialMenu.ShowPopup(Point, Object) Method

Displays the menu at the specified position.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override void ShowPopup(
    Point point,
    object activator
)

Parameters

Name Type Description
point Point

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

activator Object
See Also