COleControl::OnInactiveMouseMove

This member function is called by the container for the inactive object under the mouse pointer on receipt of a WM_MOUSEMOVE message. Note that window client coordinates (pixels) are used to pass the mouse cursor position. This is made possible by also passing the bounding rectangle of the object in the same coordinate system.

Syntax

virtual void OnInactiveMouseMove( LPCRECT lprcBounds, long x, long y, DWORD dwKeyState );

At a Glance

Header file: Afxctl.h
Platforms:
Versions: 2.0 and later
Complete documentation Visual C++ documentation

See Also

COleControl Overview, COleControl Member Functions, Control Classes, COleControl::GetActivationPolicy, WM_MOUSEMOVE