ListControl.IsInputKey(Keys) Metoda

Definice

Zpracovává speciální vstupní klávesy, jako je PAGE UP, PAGE DOWN, HOME, END atd.

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

Parametry

keyData
Keys

Jedna z hodnot .Keys

Návraty

true keyData pokud parametr určuje End, , HomePageUpnebo PageDown klíč; false pokud keyData parametr určuje Alt.

Platí pro