RadialMenu.ShowPopup(Point, Object) Method
Displays the menu at the specified position.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
public override void ShowPopup(
Point point,
object activator
)
Public Overrides Sub ShowPopup(
point As Point,
activator As Object
)
Parameters
Name | Type | Description |
---|---|---|
point | Point | A Point structure that specifies the location to display the RadialMenu. |
activator | Object |
See Also
Feedback