'宣言 Public Overloads Function CanHandle( _ ByVal keyData As System.Windows.Forms.Keys _ ) As System.Boolean
'使用法 Dim instance As KeyMapStack 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 a handler is found, false otherwise.