Spread Windows Forms 12.0 Product Documentation
MoveItemInternal Method


FarPoint.Win Assembly > FarPoint.Win Namespace > Elements Class : MoveItemInternal Method
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

Reference

Elements Class
Elements Members