ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 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.

In This Topic
    ShowMenu Method (C1RadialMenu)
    In This Topic
    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.
    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