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 (Int32, Int32)

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

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

Parameters

x
The x coordinate of the point to be hit-tested
y
The y 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