FlexGrid for WinForms
HitTestInfo Structure Members
Fields  Properties 

The following tables list the members exposed by HitTestInfo.

Public Fields
 NameDescription
Public FieldColumnGet the index of the column at the point being tested (if the point does not correspond to a cell, it returns -1).  
Public FieldPointThe point on the control surface, in pixels.  
Public FieldRowGet the index of the row at the point being tested (if the point does not correspond to a cell, it returns -1).  
Public FieldTypeGets a HitTestTypeEnum that describes the type of element described by a HitTestInfo.  
Top
Public Properties
 NameDescription
Public PropertyXThe X coordinate of a point on the control surface, in pixels.  
Public PropertyYThe Y coordinate of a point on the control surface, in pixels.  
Top
See Also

Reference

HitTestInfo Structure
C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback