ComponentOne FlexGrid for WinForms
HitTestTypeEnum Enumeration

C1.Win.C1FlexGrid Namespace : HitTestTypeEnum Enumeration
Type of grid element at a specific point on the control.
Syntax
'Declaration
 
Public Enum HitTestTypeEnum 
   Inherits System.Enum
public enum HitTestTypeEnum : System.Enum 
Members
MemberDescription
CellThe point is on a grid cell. (The cell coordinates are stored in the HitTestInfo.Row and HitTestInfo.Column properties).
CheckboxThe point is on a check box.
ColumnFreezeThe point is near the right edge of the last frozen column, in the column freezing area.
ColumnHeaderThe point is on a fixed row, over a column.
ColumnResizeThe point is near the right edge of a fixed cell, in the column resizing area.
EditButtonThe point is on an edit button (drop down, popup editors).
ExpressionIconThe point is on the expression editor icon on a column header cell.
FilterIconThe point is on the filter icon on a column header cell.
NoneThe point is in the grid's empty area.
OutlineBarThe point is on the outline bar (visible when the grid's C1FlexGridBase.Tree property has a GridTree.Style that contains the TreeStyleFlags.ButtonBar flag).
OutlineTreeThe point is on the collapse/expand button on an outline tree (visible when the grid's GridTree.Style property contains the TreeStyleFlags.Symbols flag).
RowFreezeThe point is near the bottom edge of the last frozen row, in the row freezing area.
RowHeaderThe point is on a fixed column, next to a row.
RowResizeThe point is near the bottom edge of a fixed cell, in the row resizing area.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.HitTestTypeEnum

See Also

Reference

C1.Win.C1FlexGrid Namespace