DataGridView.HitTestInfo.Nowhere Pole

Definicja

Określa, że punkt nie znajduje się w komórce lub nagłówku komórki. To pole jest tylko do odczytu.

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 

Wartość pola

Uwagi

Metoda HitTest zwraca Nowhere wartość , gdy określony punkt znajduje się w pustym obszarze obiektu DataGridView.

Dotyczy

Zobacz też