This enumeration has specific areas of the MonthCalendar control as its enumerated values. The hitArea member of System.WinForms.Win32.HitTestInfo will be one of these enumerated values, and indicates which portion of a month calendar is under a specific point.
[Visual Basic] Public Enum MonthCalendar.HitAreaEnum [C#] public enum MonthCalendar.HitAreaEnum [C++] public enum MonthCalendar.HitAreaEnum
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
CalendarBackground | [To be supplied.] |
Date | [To be supplied.] |
DayOfWeek | [To be supplied.] |
NextMonthButton | [To be supplied.] |
NextMonthDate | [To be supplied.] |
Nowhere | [To be supplied.] |
PrevMonthButton | [To be supplied.] |
PrevMonthDate | [To be supplied.] |
TitleBackground | [To be supplied.] |
TitleMonth | [To be supplied.] |
TitleYear | [To be supplied.] |
TodayLink | [To be supplied.] |
WeekNumbers | [To be supplied.] |
Namespace: System.WinForms
Assembly: System.WinForms.dll
System.WinForms Namespace | System.WinForms.Win32.MonthCalendar.HitTestInfo | System.WinForms.Win32.MonthCalendar