COleControl::OnInactiveSetCursor

This method, which is called by the container, has the inactive control selected by the pointing device dispatch WM_SETCURSOR messages to the control.

At a Glance

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

Syntax

virtual BOOL OnInactiveSetCursor( LPCRECT lprcBounds, long x, long y, DWORD dwMouseMsg, BOOL bSetAlways );

See Also

COleControl::OnInactiveMouseMove