C1.Win.C1Command.4.8 Assembly / C1.Win.C1Command Namespace / C1RadialMenu Class / ShowMenu Method
The owner form.
The radial menu center's screen coordinates.
Indicates whether the menu should show initially expanded.

ShowMenu Method (C1RadialMenu)
Shows the radial menu at the specified screen point. If the menu is currently visible at another location, it is hidden first.
Syntax
'Declaration
 
Public Sub ShowMenu( _
   ByVal form As System.Windows.Forms.Form, _
   ByVal pt As System.Drawing.Point, _
   Optional ByVal expand As System.Boolean _
) 
 

Parameters

form
The owner form.
pt
The radial menu center's screen coordinates.
expand
Indicates whether the menu should show initially expanded.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also