RB_SETBANDINFO (Compact 2013)
3/28/2014
This message sets characteristics of an existing band in a rebar control.
Syntax
RB_SETBANDINFO wParam = (WPARAM)(UINT) uBand;
lParam = (LPARAM)(LPREBARBANDINFO) lprbbi;
Parameters
- uBand
Zero-based index of the band to receive the new settings.
- lprbbi
Long pointer to a REBARBANDINFO structure that contains the new settings. Set the cbSize member of this structure to sizeof(REBARBANDINFO) before sending this message.
Return Value
Nonzero indicates success. Zero indicates otherwise.
Requirements
Header |
commctrl.h |