Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Keystroke Structure / KeyChar Property


In This Topic
KeyChar Property
In This Topic
Gets the character defined by this keystroke.
Syntax
'Declaration
 
Public ReadOnly Property KeyChar As Char
 
'Usage
 
Dim instance As Keystroke
Dim value As Char
 
value = instance.KeyChar
See Also