ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid 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 C1.Win.C1FlexGrid.HitTestInfo object that contains information about the point.
    See Also