Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.47 KB

pgm-setchild.md

File metadata and controls

60 lines (35 loc) · 1.47 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
PGM_SETCHILD message (Commctrl.h)
Sets the contained window for the pager control.
717e6720-aa42-4ecd-9520-4618a04dc28d
PGM_SETCHILD message Windows Controls
apiref
PGM_SETCHILD
Commctrl.h
HeaderDef
reference
05/31/2018

PGM_SETCHILD message

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.

Parameters

wParam

Must be zero.

lParam

Handle to the window to be contained.

Return value

The return value is not used.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h