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

RadialMenu.ShowPopup(Point, Object) Method

Displays the menu at the specified position.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

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