FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > KeystrokeFactory クラス > CreateKeystroke メソッド : CreateKeystroke(Keys,Keys,Boolean) メソッド |
'Declaration Public Overloads Function CreateKeystroke( _ ByVal keyCode As Keys, _ ByVal modifiers As Keys, _ ByVal onKeyRelease As Boolean _ ) As Keystroke
'使用法 Dim instance As KeystrokeFactory Dim keyCode As Keys Dim modifiers As Keys Dim onKeyRelease As Boolean Dim value As Keystroke value = instance.CreateKeystroke(keyCode, modifiers, onKeyRelease)