March 2003
Intermediate to advanced
896 pages
32h 35m
English
DataGrid.HitTestType
This enumeration indicates the area of the grid that was hit. It is
used by the DataGrid.HitTestInfo class.
public enum DataGrid.HitTestType { None = 0x00000000, Cell = 0x00000001, ColumnHeader = 0x00000002, RowHeader = 0x00000004, ColumnResize = 0x00000008, RowResize = 0x00000010, Caption = 0x00000020, ParentRows = 0x00000040 }
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ HitTestType
Read now
Unlock full access