Ribbon for WinForms
IsInputKey(Keys) メソッド

C1.Win.Ribbon.4.8 アセンブリ > C1.Win.Ribbon 名前空間 > C1Ribbon クラス > IsInputKey メソッド : IsInputKey(Keys) メソッド
One of the System.Windows.Forms.Keys values.
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
シンタックス
'宣言
 
Protected Overloads Overridable Function IsInputKey( _
   ByVal keyData As Keys _
) As Boolean
protected virtual bool IsInputKey( 
   Keys keyData
)

パラメータ

keyData
One of the System.Windows.Forms.Keys values.

戻り値の型

True if the specified key is a regular input key; otherwise, false.
参照

C1Ribbon クラス
C1Ribbon メンバ
オーバーロード一覧