Spread Windows Forms 12.0 Product Documentation
CreateKeystroke(Char) Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > KeystrokeFactory Class > CreateKeystroke Method : CreateKeystroke(Char) Method
Character for the keystroke
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)
public Keystroke CreateKeystroke( 
   char keyChar
)

Parameters

keyChar
Character for the keystroke
See Also

Reference

KeystrokeFactory Class
KeystrokeFactory Members
Overload List