Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

The following table shows the styles that are supported by Windows Embedded CE.

Month calendar control style Description

MCS_DAYSTATE

Specifies that the month calendar will send MCN_GETDAYSTATEnotifications to request information about which days should be displayed in bold.

MCS_MULTISELECT

Enables the user to select a range of dates. By default, the maximum range is one week. You can change the maximum selectable range by using the MCM_SETMAXSELCOUNTmessage.

MCS_NOTODAY

Creates a month calendar that does not display a Today selection.

MCS_NOTODAYCIRCLE

Creates a month calendar that does not circle the current date.

MCS_SHOWNONE

Enables the control to accept "no date" as a valid selection state.

MCS_WEEKNUMBERS

Displays the week number, from 1 through 52, to the left of each week in the calendar.

See Also