ComponentOne Menus and Toolbars for WinForms
ShowMenu Method

C1.Win.C1Command.4 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.
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 _
) 
public void ShowMenu( 
   System.Windows.Forms.Form form,
   System.Drawing.Point pt,
   System.bool expand
)

Parameters

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

Reference

C1RadialMenu Class
C1RadialMenu Members