Modifiers Property (Keystroke)
In This Topic
Gets the modifier keys defined by this keystroke.
Syntax
'Declaration
Public ReadOnly Property Modifiers As Keys
'Usage
Dim instance As Keystroke
Dim value As Keys
value = instance.Modifiers
public Keys Modifiers {get;}
See Also