MoveItem Method (ThumbnailEx)
In This Topic
Moves an item in the thumbnail list.
Syntax
'Declaration
Public Sub MoveItem( _
ByVal As Integer, _
ByVal As Integer _
)
public void MoveItem(
int ,
int
)
public procedure MoveItem(
: Integer;
: Integer
);
public function MoveItem(
: int,
: int
);
public: void MoveItem(
int ,
int
)
public:
void MoveItem(
int ,
int
)
Parameters
- ItemIdx
- The item index. Between 0 and ItemCount - 1.
- DstIdx
- The index of the item destination. Between 0 and ItemCount - 1.
See Also