Pager_ForwardMousePager_ForwardMouse*
*Contents  *Index  *Topic Contents
*Previous Topic: Pager Control Utility Macros
*Next Topic: Pager_GetBkColor

Pager_ForwardMouse


VOID Pager_ForwardMouse(
    HWND hwndPager,
    BOOL bForward
);

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.

hwndPager
Handle to the pager control.
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.