Contents Index Topic Contents | ||
Previous Topic: MCN_SELCHANGE Next Topic: NM_RELEASEDCAPTURE (monthcal) |
MCN_SELECT
MCN_SELECT lpNMSelChange = (LPNMSELCHANGE) lParam;Sent by a month calendar control when the user makes an explicit date selection within a month calendar control. This notification is sent in the form of a WM_NOTIFY message.
- lpNMSelChange
- Address of an NMSELCHANGE structure that contains information about the currently selected date range.
This notification message is similar to MCN_SELCHANGE, but it is sent only in response to a user's explicit date selections. MCN_SELCHANGE applies to any selection change.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.