ToString Method (Keystroke)
In This Topic
Returns a string that represents the keystroke.
Syntax
'Declaration
Public Overrides Function ToString() As String
'Usage
Dim instance As Keystroke
Dim value As String
value = instance.ToString()
public override string ToString()
See Also