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