'Declaration Public Function New( _ ByVal keyChar As System.Char _ )
'Usage Dim keyChar As System.Char Dim instance As New KeyStroke(keyChar)
public KeyStroke( System.char keyChar )
Parameters
- keyChar
- Character defined by this KeyStroke structure.
'Declaration Public Function New( _ ByVal keyChar As System.Char _ )
'Usage Dim keyChar As System.Char Dim instance As New KeyStroke(keyChar)
public KeyStroke( System.char keyChar )