FlexGrid for WinForms
HitTestTypeEnum Enumeration



Type of grid element at a specific point on the control.
Syntax
'Declaration
 
Public Enum HitTestTypeEnum 
   Inherits System.Enum
'Usage
 
Dim instance As HitTestTypeEnum
public enum HitTestTypeEnum : System.Enum 
public enum class HitTestTypeEnum : public 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).
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

Requirements

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

See Also

Reference

C1.Win.C1FlexGrid Namespace

 

 


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

Send Feedback