'Declaration Public Overloads Function HitTest( _ ByVal point As Point _ ) As MonthCalendar.HitTestInfo
public MonthCalendar.HitTestInfo HitTest( Point point )
Parameters
- point
- A System.Drawing.Point containing the System.Drawing.Point.X and System.Drawing.Point.Y coordinates 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.