NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MonthCalendar.HitTest

[To be supplied.]

Overload List

Determines which portion of a month calendar control is at at a given point on the screen.

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

Determines which portion of a month calendar control is at at a given point on the screen.

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

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace