SwapItemsBitmap(Int32,Int32,Boolean) Method
In This Topic
Swap 2 items bitmap in the thumbnail list.
Syntax
'Declaration
Public Overloads Sub SwapItemsBitmap( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Boolean _
)
public void SwapItemsBitmap(
int ,
int ,
bool
)
public procedure SwapItemsBitmap(
: Integer;
: Integer;
: Boolean
);
public function SwapItemsBitmap(
: int,
: int,
: boolean
);
public: void SwapItemsBitmap(
int ,
int ,
bool
)
public:
void SwapItemsBitmap(
int ,
int ,
bool
)
Parameters
- Item1Idx
- The first item index. Between 0 and ItemCount - 1.
- Item2Idx
- The second item index. Between 0 and ItemCount - 1.
- SwapText
- True to also swap item text, else False (default).
See Also