Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements Class / MoveItemInternal Method


In This Topic
MoveItemInternal Method
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)

Parameters

currentIndex
newIndex
See Also