FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / HitTestInfo Structure
Members

In This Topic
    HitTestInfo Structure
    In This Topic
    Contains information, such as the row and column indexes, about a specific coordinate pair in the C1FlexGrid control.
    Object Model
    HitTestInfo Structure
    Syntax
    'Declaration
     
    
    Public Structure HitTestInfo 
       Inherits System.ValueType
    public struct HitTestInfo : System.ValueType 
    Remarks
    Use the C1FlexGridBase.HitTest method to obtain a HitTestInfo value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          C1.Win.C1FlexGrid.HitTestInfo

    See Also