ComponentOne FlexGrid for WinForms
Type Property

C1.Win.C1FlexGrid Namespace > HitTestInfo Structure : Type Property
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

Reference

HitTestInfo Structure
HitTestInfo Members