PGM_FORWARDMOUSEPGM_FORWARDMOUSE*
*Contents  *Index  *Topic Contents
*Previous Topic: Pager Control Messages
*Next Topic: PGM_GETBKCOLOR

PGM_FORWARDMOUSE


PGM_FORWARDMOUSE
    wParam = (WPARAM)(BOOL)bForward;
    lParam = 0;

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.

bForward
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.

Version 4.71


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