GMonthCalendarCtrl

GMonthCalendarCtrl — a control for setting dates and times, based on MonthCalendar Control.

Synopsis

class GMonthCalendarCtrl GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GMonthCalendarCtrl

Class Members

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)
GetColor (nColorType)
GetCurSel (lpSysTime)
GetFirstDayOfWeek (args?...)
GetMaxSelCount ()
GetMinReqRect (lpRectInfo)
GetMonthDelta ()
GetMonthRange (args?...)
GetRange (lprgSysTimeArray)
GetSelRange (lprgSysTimeArray)
GetToday (lpSysTime)
GetUnicodeFormat ()
SetColor (nColorType, clr)
SetCurSel (lpSysTime)
SetFirstDayOfWeek (args?...)
SetMaxSelCount (nMax)
SetMonthDelta (nDelta)
SetRange (dwFlags, lprgSysTimeArray)
SetSelRange (lprgSysTimeArray)
SetToday (lpSysTime)
SetUnicodeFormat (args?...)

This class also inherits the functions of GWindowBase.