SwapItemsImage(Int32,Int32,Boolean) Method
In This Topic
Swap 2 items images in the thumbnail list, with option of specifying whether to swap the text of the items too or not.
Syntax
'Declaration
Public Overloads Sub SwapItemsImage( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Boolean _
)
public void SwapItemsImage(
int ,
int ,
bool
)
public procedure SwapItemsImage(
: Integer;
: Integer;
: Boolean
);
public function SwapItemsImage(
: int,
: int,
: boolean
);
public: void SwapItemsImage(
int ,
int ,
bool
)
public:
void SwapItemsImage(
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