SwapItemsBitmap(Int32,Int32) Method
In This Topic
Swap two items bitmap in the thumbnail list.
Syntax
'Declaration
Public Overloads Sub SwapItemsBitmap( _
ByVal As Integer, _
ByVal As Integer _
)
public void SwapItemsBitmap(
int ,
int
)
public procedure SwapItemsBitmap(
: Integer;
: Integer
);
public function SwapItemsBitmap(
: int,
: int
);
public: void SwapItemsBitmap(
int ,
int
)
public:
void SwapItemsBitmap(
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