Keystroke Constructor(Char)
In This Topic
Creates a new keystroke 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 keystroke
See Also