PGM_SETCHILDPGM_SETCHILD*
*Contents  *Index  *Topic Contents
*Previous Topic: PGM_SETBUTTONSIZE
*Next Topic: PGM_SETPOS

PGM_SETCHILD


PGM_SETCHILD
    wParam = 0;
    lParam = (LPARAM)(HWND)hwndChild;

Sets the contained window for the pager control. This message 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 send this message explicitly or use the Pager_SetChild macro.

hwndChild
Handle to the window to be contained.

Version 4.71


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