Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandLinks Class / MoveTo Method

In This Topic
    MoveTo Method
    In This Topic
    Moves an element to the specified index.
    Syntax
    'Declaration
     
    
    Public Sub MoveTo( _
       ByVal cl As C1CommandLink, _
       ByVal newindex As Integer _
    ) 
    public void MoveTo( 
       C1CommandLink cl,
       int newindex
    )

    Parameters

    cl
    newindex
    See Also