Pager_ForwardMouse macro (commctrl.h)
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 use this macro or send the PGM_FORWARDMOUSE message explicitly.
Syntax
VOID Pager_ForwardMouse(
HWND hwnd,
BOOL bForward
);
Parameters
hwnd
Type: HWND
Handle to the pager control.
bForward
Type: BOOL
BOOL value that determines if mouse forwarding is enabled or disabled. If this value is nonzero, mouse forwarding is enabled. If this value is zero, mouse forwarding is disabled.
Return value
Type: VOID
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] |
Target Platform | Windows |
Header | commctrl.h |