| ESRI Desktop Addins |
| Tool..::.KeyEventArgs..::.ModifierKeys Property |
| Tool..::.KeyEventArgs Class See Also Send Feedback |
Gets the modifier keys.
Namespace:
ESRI.ArcGIS.Desktop.AddInsAssembly: ESRI.ArcGIS.Desktop.Addins (in ESRI.ArcGIS.Desktop.Addins.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
| C# |
|---|
public Keys ModifierKeys { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ModifierKeys As Keys |
| Visual C++ |
|---|
public: property Keys ModifierKeys { Keys get (); } |
Field Value
The modifier keys.
Remarks
Check whether any modifier such as the Shift, Ctrl, or Alt key was pressed.