DekGenius.com
[ Team LiB ] Previous Section Next Section

DataGrid.HitTestType serializable, flag

System.Windows.Forms (system.windows.forms.dll)enum

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

    [ Team LiB ] Previous Section Next Section