COleControl::OnInactiveSetCursor

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

Return Value

Nonzero if successful; otherwise 0.

Parameters

lprcBounds

The object bounding rectangle, in client coordinates of the containing window. Tells the object its exact position and size on the screen when the WM_SETCURSOR message was received.

x

The x coordinate of the mouse location in client coordinates of the containing window.

y

The y coordinate of the mouse location in client coordinates of the containing window.

dwMouseMsg

The identifier of the mouse message for which a WM_SETCURSOR occurred.

bSetAlways

Specifies whether or not the object must set the cursor. If TRUE, the object must set the cursor; if FALSE, the cursor is not obligated to set the cursor, and should return S_FALSE in that case.

Remarks

Called by the container for the inactive object under the mouse pointer on receipt of a WM_SETCURSOR 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.

COleControl OverviewClass MembersHierarchy Chart

See Also   COleControl::GetActivationPolicy, COleControl::OnInactiveMouseMove