Gets a value indicating whether this Tool..::.MouseEventArgs is shift.

Namespace:  ESRI.ArcGIS.Desktop.AddIns

Assembly:  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 ();
}

Field Value

trueTruetruetrue (True in Visual Basic) if shift; otherwise, falseFalsefalsefalse (False in Visual Basic).

See Also