SwapItemsImage(Int32,Int32) Method
In This Topic
Swap two items images in the thumbnail list.
Syntax
'Declaration
Public Overloads Sub SwapItemsImage( _
ByVal As Integer, _
ByVal As Integer _
)
public void SwapItemsImage(
int ,
int
)
public procedure SwapItemsImage(
: Integer;
: Integer
);
public function SwapItemsImage(
: int,
: int
);
public: void SwapItemsImage(
int ,
int
)
public:
void SwapItemsImage(
int ,
int
)
Parameters
- Item1Idx
- The first item index. Between 0 and ItemCount - 1.
- Item2Idx
- The second item index. Between 0 and ItemCount - 1.
See Also