COleControl::OnInactiveMouseMove

This method 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.

At a Glance

Header file: Afxctl.h
Platforms: H/PC 2.0, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

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

See Also

COleControl::GetActivationPolicy, WM_MOUSEMOVE