In This Topic
Gets whether the keystroke is active on key release.
Syntax
'Declaration
Public ReadOnly Property OnKeyRelease As Boolean
'Usage
Dim instance As Keystroke
Dim value As Boolean
value = instance.OnKeyRelease
public bool OnKeyRelease {get;}
See Also