Contents Index Topic Contents | ||
Previous Topic: RB_MOVEBAND Next Topic: RB_SETBARINFO |
RB_SETBANDINFO
RB_SETBANDINFO wParam = (WPARAM)(UINT) uBand; lParam = (LPARAM)(LPREBARBANDINFO) lprbbi;Sets characteristics of an existing band in a rebar control.
- Returns nonzero if successful, or zero otherwise.
- uBand
- Zero-based index of the band to receive the new settings.
- lprbbi
- Address of a REBARBANDINFO structure that defines the band to be modified and the new settings. Before sending this message, you must set the cbSize member of this structure to the sizeof(REBARBANDINFO) structure. Additionally, you must set the cch member of the REBARBANDINFO structure to the size of the lpText buffer when RBBIM_TEXT is specified.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.