Contents Index Topic Contents | ||
Previous Topic: RB_SETPARENT Next Topic: RB_SETTOOLTIPS |
RB_SETTEXTCOLOR
RB_SETTEXTCOLOR wParam = 0; lParam = (LPARAM)(COLORREF)clrText;Sets a rebar control's default text color.
- Returns a COLORREF value that represents the previous default text color.
- clrText
- COLORREF value that represents the new default text color.
The rebar control's default text color is used to draw the text in a rebar control and all bands that are added after this message has been sent. The default text 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_GETTEXTCOLOR
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.