GMonthCalendarCtrl
GMonthCalendarCtrl — a control for setting dates and times, based on MonthCalendar
Control.
class GMonthCalendarCtrl GWindowBase
{
m_hWnd;
}
GWindowBase
<-- GMonthCalendarCtrl
These functions correspond to Windows functions, but may not have exactly the same name. The links attempt a search on the name, but you might have to refine the search manually.
Create (hWndParent, rect, szWindowName, dwStyle,
dwExStyle)Corresponds to
CMonthCalendarCtrl::Create.
GetColor (nColorType)Corresponds to
CMonthCalendarCtrl::GetColor.
GetCurSel (lpSysTime)Corresponds to
CMonthCalendarCtrl::GetCurSel.
GetFirstDayOfWeek (args?...)Corresponds to
CMonthCalendarCtrl::GetFirstDayOfWeek.
GetMaxSelCount ()Corresponds to
CMonthCalendarCtrl::GetMaxSelCount.
GetMinReqRect (lpRectInfo)Corresponds to
CMonthCalendarCtrl::GetMinReqRect.
GetMonthDelta ()Corresponds to
CMonthCalendarCtrl::GetMonthDelta.
GetMonthRange (args?...)Corresponds to
CMonthCalendarCtrl::GetMonthRange.
GetRange (lprgSysTimeArray)Corresponds to
CMonthCalendarCtrl::GetRange.
GetSelRange (lprgSysTimeArray)Corresponds to
CMonthCalendarCtrl::GetSelRange.
GetToday (lpSysTime)Corresponds to
CMonthCalendarCtrl::GetToday.
GetUnicodeFormat ()Corresponds to
CMonthCalendarCtrl::GetUnicodeFormat.
SetColor (nColorType, clr)Corresponds to
CMonthCalendarCtrl::SetColor.
SetCurSel (lpSysTime)Corresponds to
CMonthCalendarCtrl::SetCurSel.
SetFirstDayOfWeek (args?...)Corresponds to
CMonthCalendarCtrl::SetFirstDayOfWeek.
SetMaxSelCount (nMax)Corresponds to
CMonthCalendarCtrl::SetMaxSelCount.
SetMonthDelta (nDelta)Corresponds to
CMonthCalendarCtrl::SetMonthDelta.
SetRange (dwFlags, lprgSysTimeArray)Corresponds to
CMonthCalendarCtrl::SetRange.
SetSelRange (lprgSysTimeArray)Corresponds to
CMonthCalendarCtrl::SetSelRange.
SetToday (lpSysTime)Corresponds to
CMonthCalendarCtrl::SetToday.
SetUnicodeFormat (args?...)Corresponds to
CMonthCalendarCtrl::SetUnicodeFormat.
This class also inherits the functions of GWindowBase.