![]() | ![]() | ![]() |
| ||
|
Pager_GetBkColor
COLORREF Pager_GetBkColor( HWND hwndPager );Retrieves the current background color for the pager control. You can use this macro or send the PGM_GETBKCOLOR message explicitly.
- Returns a COLORREF value that contains the current background color.
- hwndPager
- Handle to 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.