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

C1.Win.6 アセンブリ > C1.Framework 名前空間 > XView クラス : 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 Overridable Function IsInputKey( _
   ByVal ctl As System.Windows.Forms.Control, _
   ByVal keyData As System.Windows.Forms.Keys _
) As System.Boolean
public virtual System.bool IsInputKey( 
   System.Windows.Forms.Control ctl,
   System.Windows.Forms.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.
参照

XView クラス
XView メンバ