Sdílet prostřednictvím


DataGridView.HitTestInfo.Nowhere Pole

Definice

Určuje, že bod není v záhlaví buňky nebo buňky. Toto pole je jen ke čtení.

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 

Hodnota pole

Poznámky

Metoda HitTest vrátí hodnotu Nowhere , když se zadaný bod nachází v prázdné oblasti objektu DataGridView.

Platí pro

Viz také