SwapItemsImage(Int32,Int32) Method
In This Topic
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
- Item2Idx
See Also