ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.SuperTooltip Namespace / ImageCollection Class / MoveItem Method

In This Topic
    MoveItem Method (ImageCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub MoveItem( _
       ByVal oldIndex As System.Integer, _
       ByVal newIndex As System.Integer _
    ) 
    protected virtual void MoveItem( 
       System.int oldIndex,
       System.int newIndex
    )

    Parameters

    oldIndex
    newIndex
    See Also