PrintDocument for WinForms
CanHandle メソッド (KeyMap)


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > KeyMap クラス : CanHandle メソッド
The keystroke to test.
Tests whether the current keymap can handle the keystroke.
シンタックス
'宣言
 
Public Function CanHandle( _
   ByVal keyData As System.Windows.Forms.Keys _
) As System.Boolean
'使用法
 
Dim instance As KeyMap
Dim keyData As System.Windows.Forms.Keys
Dim value As System.Boolean
 
value = instance.CanHandle(keyData)
public System.bool CanHandle( 
   System.Windows.Forms.Keys keyData
)

パラメータ

keyData
The keystroke to test.

戻り値の型

True if the current keymap contains a handler for the keystroke, false otherwise.
参照

KeyMap クラス
KeyMap メンバ