Poznámka
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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;
-
lParam
-
Pointer to an NMSELCHANGE structure that contains information about the currently selected date range.
No return value.
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.
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|