ListControl.IsInputKey(Keys) Metodo

Definizione

Gestisce tasti di input speciali, ad esempio PAGE UP, PAGE DOWN, HOME, END 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.

Valori restituiti

true se il keyData parametro specifica la Endchiave , Home, PageUpo PageDown ; false se il keyData parametro specifica Alt.

Si applica a