PGM_FORWARDMOUSE
Enables or disables mouse forwarding for the pager control. When mouse forwarding is enabled, the pager control forwards WM_MOUSEMOVE messages to the contained window. You can send this message explicitly or use the Pager_ForwardMouse macro.
PGM_GETBKCOLOR
Retrieves the current background color for the pager control. You can send this message explicitly or use the Pager_GetBkColor macro.
PGM_GETBORDER
Retrieves the current border size for the pager control. You can send this message explicitly or use the Pager_GetBorder macro.
PGM_GETBUTTONSIZE
Retrieves the current button size for the pager control. You can send this message explicitly or use the Pager_GetButtonSize macro.
PGM_GETBUTTONSTATE
Retrieves the state of the specified button in a pager control. You can send this message explicitly or use the Pager_GetButtonState macro.
PGM_GETDROPTARGET
Retrieves a pager control's IDropTarget interface pointer. You can send this message explicitly or use the Pager_GetDropTarget macro.
PGM_GETPOS
Retrieves the current scroll position of the pager control. You can send this message explicitly or use the Pager_GetPos macro.
PGM_RECALCSIZE
Forces the pager control to recalculate the size of the contained window. Sending this message will result in a PGN_CALCSIZE notification being sent. You can send this message explicitly or use the Pager_RecalcSize macro.
PGM_SETBKCOLOR
Sets the current background color for the pager control. You can send this message explicitly or use the Pager_SetBkColor macro.
PGM_SETBORDER
Sets the current border size for the pager control. You can send this message explicitly or use the Pager_SetBorder macro.
PGM_SETBUTTONSIZE
Sets the current button size for the pager control. You can send this message explicitly or use the Pager_SetButtonSize macro.
PGM_SETCHILD
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.
PGM_SETPOS
Sets the current scroll position for the pager control. You can send this message explicitly or use the Pager_SetPos macro.
PGN_SCROLL
Notification sent by a pager control prior to the contained window being scrolled. This notification is sent in the form of a WM_NOTIFY message.