MCN_SELECT

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Syntax

MCN_SELECT lpNMSelChange = (LPNMSELCHANGE) lParam;

Parameters

  • lpNMSelChange
    Long pointer to an NMSELCHANGE structure that contains information about the currently selected date range.

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 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

WM_NOTIFY
NMSELCHANGE