|
|
Clears the color of a specified month view .
MCM_CLEARDAYCOLOR wParam = 0; lParam = 0; Definition at line 446 of file monthcal.h. |
|
|
Gets the color of the monthcalendar control.
MCM_GETCOLOR PMCCOLORINFO color; wParam = 0; lParam = (LPARAM)color;
Definition at line 415 of file monthcal.h. |
|
|
Gets the currently selected date.
MCM_GETCURDATE PSYSTEMTIME pcurdate; wParam = 0; lParam = (LPARAM)pcurdate;
Definition at line 316 of file monthcal.h. |
|
|
Gets the day number of the current selected date.
MCM_GETCURDAY wParam = 0; lParam = 0;
Definition at line 164 of file monthcal.h. |
|
|
Gets the month length of the current selected date.
MCM_GETCURMONLEN wParam = 0; lParam = 0;
Definition at line 224 of file monthcal.h. |
|
|
Gets the month number of the current selected date.
MCM_GETCURMONTH wParam = 0; lParam = 0;
Definition at line 179 of file monthcal.h. |
|
|
Gets the weekday number of the current selected date.
MCM_GETCURWEEKDAY wParam = 0; lParam = 0;
Definition at line 209 of file monthcal.h. |
|
|
Gets the year number of the current selected date.
MCM_GETCURYEAR wParam = 0; lParam = 0;
Definition at line 194 of file monthcal.h. |
|
|
Gets the weekday of the first day of this month.
MCM_GETFIRSTWEEKDAY wParam = 0; lParam = 0;
Definition at line 300 of file monthcal.h. |
|
|
Gets the minimum height required to display a full month in a month calendar control.
MCM_GETMINREQRECTH wParam = 0; lParam = 0;
Definition at line 365 of file monthcal.h. |
|
|
Gets the minimum width required to display a full month in a month calendar control.
MCM_GETMINREQRECTW wParam = 0; lParam = 0;
Definition at line 349 of file monthcal.h. |
|
|
Gets the date of "today".
MCM_GETTODAY PSYSTEMTIME pcurdate; wParam = 0; lParam = (LPARAM)pcurdate;
Definition at line 333 of file monthcal.h. |
|
|
Sets the color of the monthcalendar control.
MCM_SETCOLOR PMCCOLORINFO newcolor; wParam = 0; lParam = (LPARAM)newcolor;
Definition at line 399 of file monthcal.h. |
|
|
Sets the currently selected date.
MCM_SETCURDATE PSYSTEMTIME pcurdate; wParam = 0; lParam = (LPARAM)pcurdate;
Definition at line 382 of file monthcal.h. |
|
|
Changes the day of the currently selected date.
MCM_SETCURDAY int newday; wParam = (WPARAM)newday; lParam = 0;
Definition at line 240 of file monthcal.h. |
|
|
Changes the month of the currently selected date.
MCM_SETCURMONTH int newmonth; wParam = (WPARAM)newmonth; lParam = 0;
Definition at line 256 of file monthcal.h. |
|
|
Changes the year of the currently selected date.
MCM_SETCURYEAR int newyear; wParam = (WPARAM)newyear; lParam = 0;
Definition at line 272 of file monthcal.h. |
|
|
Sets the color of a specified date .
MCM_SETDAYCOLOR int day; int color; wParam = day; lParam = color;
Definition at line 433 of file monthcal.h. |
|
|
Sets the currently selected date as the date of "today".
MCM_SETTODAY wParam = 0; lParam = 0; Definition at line 285 of file monthcal.h. |
1.4.2