Gets the character defined by the
GrapeCity.Windows.SpreadSheet.UI.KeyStroke structure.
Syntax
'Declaration
Public ReadOnly Property KeyChar As Char
'Usage
Dim instance As KeyStroke
Dim value As Char
value = instance.KeyChar
public char KeyChar {get;}
See Also