Determines whether the specified key is a regular input key or a special key that requires preprocessing.
シンタックス
'宣言
Protected Overrides Function IsInputKey( _
ByVal As Keys _
) As Boolean
protected override bool IsInputKey(
Keys
)
パラメータ
- keyData
- One of the System.Windows.Forms.Keys values.
戻り値の型
True if the specified key is a regular input key; otherwise, false.
参照