ComponentOne FlexGrid for WinForms
HitTestInfo Structure
Members 

C1.Win.C1FlexGrid Namespace : HitTestInfo Structure
Contains information, such as the row and column indexes, about a specific coordinate pair in the C1FlexGrid control.
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

Reference

HitTestInfo Members
C1.Win.C1FlexGrid Namespace