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


キー操作の文字
文字からKeystrokeオブジェクトを作成します。
構文
'Declaration
 
Public Overloads Function CreateKeystroke( _
   ByVal keyChar As Char _
) As Keystroke
'使用法
 
Dim instance As KeystrokeFactory
Dim keyChar As Char
Dim value As Keystroke
 
value = instance.CreateKeystroke(keyChar)
public Keystroke CreateKeystroke( 
   char keyChar
)

パラメータ

keyChar
キー操作の文字
参照

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

 

 


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