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