Skip to main content

CalendarHitInfo Methods

Contains information about a specific point within a calendar control.
Name Description
Clear() Sets the CalendarHitInfo properties to default values which indicate that the hit information is undefined.
ContainsSet(Rectangle, CalendarHitInfoType) Returns whether the specified bounds contain the current test point.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
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() Gets the Type of the current instance. Inherited from Object.
IsEquals(CalendarHitInfo) Indicates whether the specified object is equal to the current object.
IsInNavigationButton() Gets whether the test point is located in the calendar navigation button.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetCell(CalendarCellViewInfo) Sets the specified cell as the object being hit.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also