Contents Index Topic Contents | ||
Previous Topic: PBM_SETBARCOLOR Next Topic: PBM_SETPOS |
PBM_SETBKCOLOR
PBM_SETBKCOLOR wParam = 0; lParam = (LPARAM)(COLORREF)clrBk;Sets the background color in the progress 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 progress bar to use its default background color.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.