ListControl.IsInputKey(Keys) Metodo

Definizione

Gestisce tasti di input speciali, ad esempio PGSU, PGGIÙ, HOME, FINE e così via.

protected:
 override bool IsInputKey(System::Windows::Forms::Keys keyData);
protected override bool IsInputKey (System.Windows.Forms.Keys keyData);
override this.IsInputKey : System.Windows.Forms.Keys -> bool
Protected Overrides Function IsInputKey (keyData As Keys) As Boolean

Parametri

keyData
Keys

Uno dei valori di Keys.

Restituisce

Boolean

true se il parametro keyData specifica la chiave End, Home, PageUp o PageDown; false se il parametro keyData specifica la chiave Alt.

Si applica a