Contents Index Topic Contents | ||
Previous Topic: SB_ISSIMPLE Next Topic: SB_SETICON |
SB_SETBKCOLOR
SB_SETBKCOLOR wParam = 0; lParam = (LPARAM)(COLORREF)clrBk;Sets the background color in a status bar.
- Returns the previous background color, or CLR_DEFAULT if the background color is the default color.
- clrBk
- COLORREF value that specifies the new background color. Specify the CLR_DEFAULT value to cause the status bar to use its default background color.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.