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