DataGridView::HitTestInfo::Nowhere Field

 

Specifies that the point is not on a cell or cell header. This field is read-only.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
static initonly DataGridView::HitTestInfo^ Nowhere

The HitTest method returns Nowhere when the specified point is at an empty area of the DataGridView.

.NET Framework
Available since 2.0
Return to top
Show: