Ribbon for WinForms
IsInputKey(Control,Keys) メソッド

C1.Win.Ribbon.4.8 アセンブリ > C1.Win.Ribbon 名前空間 > C1Ribbon クラス > IsInputKey メソッド : IsInputKey(Control,Keys) メソッド
Control that received the key.
One of the System.Windows.Forms.Keys values.
Internal version of IsInputKey that should be called by hosted controls in order to allow the view to handle tab keys, arrows, etc.
シンタックス
'宣言
 
Public Overloads Overridable Function IsInputKey( _
   ByVal ctl As Control, _
   ByVal keyData As Keys _
) As Boolean
public virtual bool IsInputKey( 
   Control ctl,
   Keys keyData
)

パラメータ

ctl
Control that received the key.
keyData
One of the System.Windows.Forms.Keys values.

戻り値の型

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

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