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


In This Topic
    HitTestInfo Structure Members
    In This Topic

    The following tables list the members exposed by HitTestInfo.

    Public Properties
     NameDescription
    Public PropertyGet the index of the column at the point being tested (if the point does not correspond to a cell, it returns -1).  
    Public PropertyGets whether mouse is on footer.  
    Public PropertyThe point on the control surface, in pixels.  
    Public PropertyGet the index of the row at the point being tested (if the point does not correspond to a cell, it returns -1).  
    Public PropertyGets a HitTestTypeEnum that describes the type of element described by a HitTestInfo.  
    Public PropertyThe X coordinate of a point on the control surface, in pixels.  
    Public PropertyThe Y coordinate of a point on the control surface, in pixels.  
    Top
    See Also