#include <cstddef>
Contains month calendar styles constants.
Go to the source code of this file.
Variables | |
constexpr size_t | MCS_DAYSTATE |
The month calendar sends MCN_GETDAYSTATE notifications to request information about which days should be displayed in bold. | |
constexpr size_t | MCS_MULTISELECT |
The month calendar enables the user to select a range of dates within the control. By default, the maximum range is one week. You can change the maximum range that can be selected by using the MCM_SETMAXSELCOUNT message. | |
constexpr size_t | MCS_WEEKNUMBERS |
The month calendar control displays week numbers (1-52) to the left of each row of days. Week 1 is defined as the first week that contains at least four days. | |
constexpr size_t | MCS_NOTODAYCIRCLE |
The month calendar control does not circle the "today" date. | |
constexpr size_t | MCS_NOTODAY |
The month calendar control does not display the "today" date at the bottom of the control. | |
constexpr size_t | MCS_NOTRAILINGDATES |
Dates from the previous and next months are not displayed in the current month's calendar. | |
constexpr size_t | MCS_SHORTDAYSOFWEEK |
Short day names are displayed in the header. | |
constexpr size_t | MCS_NOSELCHANGEONNAV |
The selection is not changed when the user navigates next or previous in the calendar. This allows the user to select a range larger than is visible. | |