Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements Class / MoveItemInternal Method


In This Topic
    MoveItemInternal Method (Elements)
    In This Topic
    Internal use only
    Syntax
    'Declaration
     
    
    Public Sub MoveItemInternal( _
       ByVal currentIndex As Integer, _
       ByVal newIndex As Integer _
    ) 
    'Usage
     
    
    Dim instance As Elements
    Dim currentIndex As Integer
    Dim newIndex As Integer
     
    instance.MoveItemInternal(currentIndex, newIndex)
    public void MoveItemInternal( 
       int currentIndex,
       int newIndex
    )

    Parameters

    currentIndex
    newIndex
    See Also