[]
Shows the radial menu at the specified screen point. If the menu is currently visible at another location, it is hidden first.
public void ShowMenu(Form form, Point pt, bool expand = false)
| 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. |