BOOL MoveBand( UINT uFrom, UINT uTo );
Return Value
Nonzero if successful; otherwise zero.
Parameters
uFrom
Zero-based index of the band to be moved.
uTo
Zero-based index of the new band position. This parameter value must never be greater than the number of bands minus one. To obtain the number of bands, call GetBandCount.
Remarks
This member function implements the behavior of the Win32 message RB_MOVEBAND, as described in the Platform SDK.