Initializes a new instance of the
GrapeCity.Windows.SpreadSheet.UI.KeyStroke structure with the specified character.
Syntax
'Declaration
Public Function New( _
ByVal As Char _
)
'Usage
Dim keyChar As Char
Dim instance As New KeyStroke(keyChar)
Parameters
- keyChar
- Character defined by this GrapeCity.Windows.SpreadSheet.UI.KeyStroke structure.
See Also