MCN_GETDAYSTATE (Windows CE 5.0)

Send Feedback

This message is sent by a month calendar control to request information about how individual days should be displayed. It is sent only by month calendar controls that use the MCS_DAYSTATE style, and is sent in the form of a WM_NOTIFY message.

MCN_GETDAYSTATE lpNMDayState = (LPNMDAYSTATE)lParam;

Parameters

  • lpNMDayState
    Long pointer to an NMDAYSTATE structure. The structure contains information about the time frame for which the control needs information, and receives the address of an array that provides such data.

Return Values

None.

Remarks

Handling this message allows your application to customize its display by specifying that certain days be displayed in bold. For more information about processing this message, see Processing the MCN_GETDAYSTATE Notification Message.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.

See Also

WM_NOTIFY | NMDAYSTATE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.