FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / KeystrokeFactory Class / CreateKeystroke Method / CreateKeystroke(Char) Method
Character for the keystroke


In This Topic
CreateKeystroke(Char) Method
In This Topic
Creates a Keystroke object from a character.
Syntax
'Declaration
 
Public Overloads Function CreateKeystroke( _
   ByVal keyChar As Char _
) As Keystroke
 
'Usage
 
Dim instance As KeystrokeFactory
Dim keyChar As Char
Dim value As Keystroke
 
value = instance.CreateKeystroke(keyChar)

Parameters

keyChar
Character for the keystroke
See Also