Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1AgendaView Class / HitTest Method / HitTest(Int32,Int32) Method

In This Topic
    HitTest(Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function HitTest( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    ) As C1.Win.C1FlexGrid.HitTestInfo
    public C1.Win.C1FlexGrid.HitTestInfo HitTest( 
       System.int x,
       System.int y
    )

    Parameters

    x
    y
    See Also