Contents Index Topic Contents | ||
Previous Topic: PGM_FORWARDMOUSE Next Topic: PGM_GETBORDER |
PGM_GETBKCOLOR
PGM_GETBKCOLOR wParam = 0; lParam = 0;Retrieves the current background color for the pager control. You can send this message explicitly or use the Pager_GetBkColor macro.
- Returns a COLORREF value that contains the current background color.
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.