Ribbon for WinForms
IsInputKey メソッド (ButtonElement)

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > ButtonElement クラス : IsInputKey メソッド
Key that was pressed and needs to be checked.
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
シンタックス
'宣言
 
Public Overridable Function IsInputKey( _
   ByVal keyData As Keys _
) As Boolean
public virtual bool IsInputKey( 
   Keys keyData
)

パラメータ

keyData
Key that was pressed and needs to be checked.

戻り値の型

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

ButtonElement クラス
ButtonElement メンバ