Contents Index Topic Contents | ||
Previous Topic: Pager_SetButtonSize Next Topic: Pager_SetPos |
Pager_SetChild
COLORREF Pager_SetChild( HWND hwndPager, HWND hwndChild );Sets the contained window for the pager control. This macro will not change the parent of the contained window; it only assigns a window handle to the pager control for scrolling. In most cases, the contained window will be a child window. If this is the case, the contained window should be a child of the pager control. You can use this macro or send the PGM_SETCHILD message explicitly.
- The return value is not used.
- hwndPager
- Handle to the pager control.
- hwndChild
- Handle to the window to be contained.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.