DataGrid.HitTestType

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



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net