| ESRI Desktop Addins |
| Tool..::.KeyEventArgs..::.Shift Property |
| Tool..::.KeyEventArgs Class See Also Send Feedback |
Gets a value indicating whether this Tool..::.KeyEventArgs is shift.
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 bool Shift { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Shift As Boolean |
| Visual C++ |
|---|
public: property bool Shift { bool get (); } |