Wimark.Controls Class Library  

MonthCalendar.HitTest Method

Returns an object with information on which portion of a month calendar control is at a location specified by Point.

Overload List

Returns an object with information on which portion of a month calendar control is at a location specified by Point.

[Visual Basic] Overloads Public Function HitTest(Point) As MonthCalendar.HitTestInfo
[C#] public MonthCalendar.HitTestInfo HitTest(Point);
[C++] public: MonthCalendar.HitTestInfo* HitTest(Point);

Returns MonthCalendar.HitTestInfo with information on which portion of a month calendar control is at a specified x and y location.

[Visual Basic] Overloads Public Function HitTest(Integer, Integer) As MonthCalendar.HitTestInfo
[C#] public MonthCalendar.HitTestInfo HitTest(int, int);
[C++] public: MonthCalendar.HitTestInfo* HitTest(int, int);

See Also

MonthCalendar Class | MonthCalendar Members | Wimark.Controls Namespace | MonthCalendar.HitTestInfo