Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1RadialMenu Class / Move Method
The X offset.
The Y offset.

In This Topic
    Move Method
    In This Topic
    Moves the radial menu if it is currently visible, does nothing otherwise.
    Syntax
    'Declaration
     
    
    Public Sub Move( _
       ByVal dx As Integer, _
       ByVal dy As Integer _
    ) 
    public void Move( 
       int dx,
       int dy
    )

    Parameters

    dx
    The X offset.
    dy
    The Y offset.
    See Also