WM_CANCELMODE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This message is sent to the focus window when a dialog box or message box is displayed; this enables the focus window to cancel modes, such as stylus capture.

Syntax

WM_CANCELMODE 

Return Value

An application should return zero if it processes this message.

  • Default Action
    The DefWindowProc function cancels internal processing of standard scroll bar input, cancels internal menu processing, and releases the mouse capture.

Requirements

Header winuser.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

DefWindowProc
ReleaseCapture
Windows Messages