March 2003
Intermediate to advanced
896 pages
32h 35m
English
MonthCalendar.HitTestInfo
This class is used to encapsulate the results of the
MonthCalendar.HitTest() method. You can use this
method to determine the HitArea of the calendar
under a particular Point. You can also get the
Time represented by that part of the
MonthCalendar, if any.
public sealed class MonthCalendar.HitTestInfo { // Public Instance Properties public HitArea HitArea{get; } public Point Point{get; } public DateTime Time{get; } }
Read now
Unlock full access