'宣言 Public Function HandleKey( _ 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.HandleKey(keyData)
public System.bool HandleKey( System.Windows.Forms.Keys keyData )
パラメータ
- keyData
- The keystroke to handle.
戻り値の型
True if the keystroke was handled, false otherwise.