NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGrid.HitTestType Enumeration

Indicates the part of the DataGrid control the user has clicked.

[Visual Basic]
Public Enum DataGrid.HitTestType
[C#]
public enum DataGrid.HitTestType
[C++]
public enum DataGrid.HitTestType

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
Caption [To be supplied.]
Cell [To be supplied.]
ColumnHeader [To be supplied.]
ColumnResize [To be supplied.]
None [To be supplied.]
ParentRows [To be supplied.]
RowHeader [To be supplied.]
RowResize [To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace