ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / DateEditMonthCalendar Class / HitTest Method / HitTest(Point) Method
A System.Drawing.Point containing the System.Drawing.Point.X and System.Drawing.Point.Y coordinates of the point to be hit tested.

In This Topic
    HitTest(Point) Method
    In This Topic
    Returns an object with information on which portion of a month calendar control is at a location specified by a System.Drawing.Point.
    Syntax
    'Declaration
     
    
    Public Overloads Function HitTest( _
       ByVal point As Point _
    ) As MonthCalendar.HitTestInfo

    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.
    See Also