Contents Index Topic Contents | ||
Previous Topic: PBM_GETRANGE Next Topic: PBM_SETBKCOLOR |
PBM_SETBARCOLOR
PBM_SETBARCOLOR wParam = 0; lParam = (LPARAM)(COLORREF)clrBar;Sets the color of the progress indicator bar in the progress bar control.
- Returns the previous progress indicator bar color, or CLR_DEFAULT if the progress indicator bar color is the default color.
- clrBar
- COLORREF value that specifies the new progress indicator bar color. Specify the CLR_DEFAULT value to cause the progress bar to use its default progress indicator bar color.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.