This topic has not yet been rated - Rate this topic

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

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Commctrl.h

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.