Pager_SetBkColorPager_SetBkColor*
*



Contents  *



Index  *Topic Contents
*Previous Topic: Pager_RecalcSize
*Next Topic: Pager_SetBorder

Pager_SetBkColor


COLORREF Pager_SetBkColor(
    HWND hwndPager,
    COLORREF clrBk
);

Sets the current background color for the pager control. You can use this macro or send the PGM_SETBKCOLOR message explicitly.

hwndPager
Handle to the pager control.
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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.