[]
        
(Showing Draft Content)

C1.Win.Command.C1RadialMenu.ShowMenu

ShowMenu Method

ShowMenu(Form, Point, bool)

Shows the radial menu at the specified screen point. If the menu is currently visible at another location, it is hidden first.

Declaration
public void ShowMenu(Form form, Point pt, bool expand = false)
Parameters
Type Name Description
Form form

The owner form.

Point pt

The radial menu center's screen coordinates.

bool expand

Indicates whether the menu should show initially expanded.