Month Calendar Control Styles (Windows Embedded CE 6.0)
1/6/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_GETDAYSTATE notifications 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_SETMAXSELCOUNT message. |
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
Reference
Month Calendar Controls Reference