Docking Tab for WinForms | ComponentOne
C1.Win.Command 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
    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 Form, _
       ByVal pt As Point, _
       Optional ByVal expand As Boolean _
    ) 
    public void ShowMenu( 
       Form form,
       Point pt,
       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