MCN_SELCHANGEMCN_SELCHANGE*
*Contents  *Index  *Topic Contents
*Previous Topic: MCN_GETDAYSTATE
*Next Topic: MCN_SELECT

MCN_SELCHANGE


MCN_SELCHANGE
    lpNMSelChange = (LPNMSELCHANGE) lParam;

Sent by a month calendar control when the currently selected date or range of dates changes. This notification message is sent in the form of a WM_NOTIFY message.

For example, the control sends MCN_SELCHANGE when the user explicitly changes his or her selection within the current month or when the selection is implicitly changed in response to next/previous month navigation.

lpNMSelChange
Address of an NMSELCHANGE structure that contains information about the currently selected date range.

This notification message is similar to MCN_SELECT, but it is sent in response to any selection change. MCN_SELECT is sent only for an explicit date selection.

Version 4.70


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.