Contents Index Topic Contents | ||
Previous Topic: PGM_RECALCSIZE Next Topic: PGM_SETBORDER |
PGM_SETBKCOLOR
PGM_SETBKCOLOR wParam = 0; lParam = (LPARAM)(COLORREF)clrBk;Sets the current background color for the pager control. You can send this message explicitly or use the Pager_SetBkColor macro.
- Returns a COLORREF value that contains the previous background color.
- clrBk
- COLORREF value that contains the new background color of the pager control.
By default, the pager control will use the system button face color as the background color. This is the same color that can be retrieved by calling GetSysColor with COLOR_BTNFACE.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.