BOOL SetBandInfo( UINT uBand, REBARBANDINFO* prbbi );
Return Value
Nonzero if successful; otherwise zero.
Parameters
uBand
Zero-based index of the band to receive the new settings.
prbbi
Pointer to a REBARBANDINFO structure that defines the band to be inserted. You must set the cbSize member of this structure to sizeof(REBARBANDINFO)
before sending this message.
Remarks
This member function implements the behavior of the Win32 message RB_SETBANDINFO, as described in the Platform SDK.
CReBarCtrl Overview | Class Members | Hierarchy Chart
See Also CReBarCtrl::GetBandInfo