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 (Point)

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

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

Parameters

point
The coordinate of the point to be hit-tested

Return Value

a HitTestInfo object that carries information specific to hit-testing points for a month calendar control

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace | MonthCalendar.HitTest Overload List