'Declaration Public Overloads Function HitTest( _ ByVal x As Integer, _ ByVal y As Integer _ ) As MonthCalendar.HitTestInfo
public MonthCalendar.HitTestInfo HitTest( int x, int y )
Parameters
- x
- The System.Drawing.Point.Y coordinate of the point to be hit tested.
- y
- The System.Drawing.Point.X coordinate of the point to be hit tested.
Return Value
A System.Windows.Forms.MonthCalendar.HitTestInfo that contains information about the specified point on the month calendar.