MonthCalendar::HitTestInfo Class
Contains information about an area of a MonthCalendar control. This class cannot be inherited.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | HitArea | Gets the MonthCalendar::HitArea that represents the area of the calendar evaluated by the hit-test operation. |
![]() | Point | Gets the point that was hit-tested. |
![]() | Time | Gets the time information specific to the location that was hit-tested. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
MonthCalendar::HitTestInfo objects are returned by MonthCalendar controls in response to the HitTest method.
Caution |
|---|
MonthCalendar::HitTestInfo is for informational purposes only; you should not construct these objects and cannot modify any of the members. |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


