CalendarHitInfo Properties
Contains information about a specific point within a calendar control.| Name | Description |
|---|---|
| Bounds | Gets or sets the bounding rectangle of the visual element. Not applicable for the DateNavigator control. |
| CalendarInfo | Gets the object which contains the information used to render the visual element located under the test point. |
| Cell | Gets the object which contains the information used to render the calendar cell located under the test point. |
| Footer | Gets the object which contains the information used to render the calendar footer. |
| Header | Gets the object which contains the information used to render the calendar header. |
| HitDate | Gets or sets the calendar date located under the test point. |
| HitInfoType | Gets or sets whether the visual element located under the test point is in Normal, Hot, Pressed, Disabled or Selected state. |
| HitObject | Gets or sets the object being hit. |
| HitPoint | Gets or sets the test point. |
| HitTest | Gets a value which identifies the type of the visual element located under the test point. |
| InfoType | Obsolete. Gets or sets the type of information the CalendarHitInfo contains. |
| IsInCalendarHeader | Gets or sets whether the test point is located in the calendar header. |
| IsInCell | Gets whether the test point is located in a calendar cell. |
| IsInFooter | Gets whether the test point is located in the calendar footer. |
| IsInHeader | Gets whether the test point is located in the calendar header. |
| IsInRightArea | Gets or sets whether the test point is located in the time portion area. |
| Pt | Obsolete. Gets the point being hit. |
| RightArea | Gets the object which contains the information used to render the clock area. |
| ViewInfo | Gets the object which contains the information used to render the calendar. |
See Also