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;
a HitTestInfo object that carries information specific to hit-testing points for a month calendar control
MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace | MonthCalendar.HitTest Overload List