DataGridView.HitTestInfo.Nowhere 字段

定义

指定该点不在单元格或单元格标头。 此字段为只读。

public: static initonly System::Windows::Forms::DataGridView::HitTestInfo ^ Nowhere;
public static readonly System.Windows.Forms.DataGridView.HitTestInfo Nowhere;
 staticval mutable Nowhere : System.Windows.Forms.DataGridView.HitTestInfo
Public Shared ReadOnly Nowhere As DataGridView.HitTestInfo 

字段值

注解

HitTest当指定的点位于 的空白区域时, DataGridView方法返回 Nowhere

适用于

另请参阅