KeyEventArgsModifiers Property |
Gets the modifier flags for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp
event. The flags indicate which combination of CTRL, SHIFT, and ALT keys was pressed.
Namespace: Easymap.AddIn.CommonAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic Keys Modifiers { get; }Public ReadOnly Property Modifiers As Keys
Get
Property Value
Keys
See Also