ListControl.IsInputKey(Keys) メソッド
定義
PageUp、PageDown、Home、End などの特殊な入力キーを処理します。Handles special input keys, such as PAGE UP, PAGE DOWN, HOME, END, and so on.
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
パラメーター
戻り値
keyData
パラメーターに End、Home、PageUp、または PageDown の各キーが指定されている場合は true
。keyData
パラメーターに Alt キーが指定されている場合は false
。true
if the keyData
parameter specifies the End, Home, PageUp, or PageDown key; false
if the keyData
parameter specifies Alt.