MCN_SELECT notification code

Sent by a month calendar control when the user makes an explicit date selection within a month calendar control. This notification code is sent in the form of a WM_NOTIFY message.

MCN_SELECT

    lpNMSelChange = (LPNMSELCHANGE) lParam;

Parameters

lParam

Pointer to an NMSELCHANGE structure that contains information about the currently selected date range.

Return value

No return value.

Remarks

The MCN_SELECT notification code is similar to MCN_SELCHANGE, but MCN_SELECT is sent only in response to a user's explicit date selections. MCN_SELCHANGE applies to any selection change.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h