DataGrid::HitTestInfo::Nowhere Field
.NET Framework (current version)
Indicates that a coordinate corresponds to part of the System.Windows.Forms::DataGrid control that is not functioning.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Field Value
Type: System.Windows.Forms::DataGrid::HitTestInfo^Other parts of the System.Windows.Forms::DataGrid, such as the Caption, can return useful information. If the part of the grid has no function (such as the gray area behind a sparsely populated grid table), the Nowhere field is returned.
The following example tests whether the user is clicking an area of the grid that is not valid.
.NET Framework
Available since 1.1
Available since 1.1
Show: