In This Topic
Gets a value that indicates whether the
KeyStroke is active on the 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