Name

MonthCalendar.HitArea

Synopsis

This enumeration defines the various parts of a MonthCalendar control for use with the HitArea property.


public enum MonthCalendar.HitArea {

   Nowhere = 0,

   TitleBackground = 1,

   TitleMonth = 2,

   TitleYear = 3,

   NextMonthButton = 4,

   PrevMonthButton = 5,

   CalendarBackground = 6,

   Date = 7,

   NextMonthDate = 8,

   PrevMonthDate = 9,

   DayOfWeek = 10,

   WeekNumbers = 11,

   TodayLink = 12

}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) HitArea

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.