FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / HitTestInfo Structure / Type Property

In This Topic
    Type Property (HitTestInfo)
    In This Topic
    Gets a HitTestTypeEnum that describes the type of element described by a HitTestInfo.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As HitTestTypeEnum
    public HitTestTypeEnum Type {get;}
    Remarks
    This property allows you to determine whether the point corresponds to a grid cell or to special elements such as row and column headers, resizing areas, and so on.
    See Also