Name

DataGrid.HitTestType

Synopsis

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

}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) HitTestType

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.