Modifiers Property (KeyEditEventArgs)
In This Topic
Gets the modifier flags, as defined in Keys. This indicates which combination of modifier keys (CTRL, SHIFT, and ALT) were pressed.
Syntax
'Declaration
Public ReadOnly Property Modifiers As Keys
public Keys Modifiers {get;}
See Also