'宣言 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.