Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This message is sent by a month calendar control whenever the user makes an explicit selection of the None button within a month calendar control. It is sent in the form of a WM_NOTIFYmessage.

Syntax

MCN_SELECT;

Parameters

None.

Return Value

None.

Remarks

This message is similar to MCN_SELCHANGE, but is sent only in response to a user's explicit date selections, whereas MCN_SELCHANGE applies to any selection change.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE .NET 4.1 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also