GrapeCity SPREAD for Windows Forms 11.0J
CreateKeystroke(Keys,Keys) メソッド


キー操作のキーコード
キー操作の修飾キー
キーコードと修飾キーからKeystrokeオブジェクトを作成します。
構文
'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)
public Keystroke CreateKeystroke( 
   Keys keyCode,
   Keys modifiers
)

パラメータ

keyCode
キー操作のキーコード
modifiers
キー操作の修飾キー
参照

KeystrokeFactory クラス
KeystrokeFactory メンバ
オーバーロード一覧

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.