'宣言 Public Function HandleKey( _ 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.HandleKey(keyData)
public System.bool HandleKey( System.Windows.Forms.Keys keyData )
パラメータ
- keyData
- The keystroke to handle.
戻り値の型
The return value of the handler, false if it is not found.