C1.Win.C1FlexGrid Namespace : HitTestTypeEnum Enumeration |
'Declaration
Public Enum HitTestTypeEnum Inherits System.Enum
'Usage
Dim instance As HitTestTypeEnum
public enum HitTestTypeEnum : System.Enum
public enum class HitTestTypeEnum : public System.Enum
Member | Description |
---|---|
Cell | The point is on a grid cell. (The cell coordinates are stored in the HitTestInfo.Row and HitTestInfo.Column properties). |
Checkbox | The point is on a check box. |
ColumnFreeze | The point is near the right edge of the last frozen column, in the column freezing area. |
ColumnHeader | The point is on a fixed row, over a column. |
ColumnResize | The point is near the right edge of a fixed cell, in the column resizing area. |
EditButton | The point is on an edit button (drop down, popup editors). |
FilterIcon | The point is on the filter icon on a column header cell. |
None | The point is in the grid's empty area. |
OutlineBar | The point is on the outline bar (visible when the grid's C1FlexGridBase.Tree property has a GridTree.Style that contains the TreeStyleFlags.ButtonBar flag). |
OutlineTree | The point is on the collapse/expand button on an outline tree (visible when the grid's GridTree.Style property contains the TreeStyleFlags.Symbols flag). |
RowFreeze | The point is near the bottom edge of the last frozen row, in the row freezing area. |
RowHeader | The point is on a fixed column, next to a row. |
RowResize | The point is near the bottom edge of a fixed cell, in the row resizing area. |
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.HitTestTypeEnum
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2