FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / HitTest Method / HitTest() Method

In This Topic
    HitTest() Method
    In This Topic
    Returns information about the control at the current mouse position.
    Syntax
    'Declaration
     
    
    Public Overloads Function HitTest() As HitTestInfo
    public HitTestInfo HitTest()

    Return Value

    A HitTestInfo object that contains information about the point.
    See Also