Contents Index Topic Contents | ||
Previous Topic: RB_SETBARINFO Next Topic: RB_SETCOLORSCHEME |
RB_SETBKCOLOR
RB_SETBKCOLOR wParam = 0; lParam = (LPARAM)(COLORREF)clrBk;Sets a rebar control's default background color.
- Returns a COLORREF value that represents the previous default background color.
- clrBk
- COLORREF value that represents the new default background color.
The rebar control's default background color is used to draw the background in a rebar control and all bands that are added after this message has been sent. The default background color for a particular band can be overridden when a band is added or modified by setting the RBBIM_COLORS flag in fMask and setting clrBack in the REBARBANDINFO structure.
Version 4.71
See also RB_GETBKCOLOR
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.