| ESRI Desktop Addins |
| Tool..::.MouseEventArgs..::.Alt Property |
| Tool..::.MouseEventArgs Class See Also Send Feedback |
Gets a value indicating whether this Tool..::.MouseEventArgs is alt.
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 Alt { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Alt As Boolean |
| Visual C++ |
|---|
public: property bool Alt { bool get (); } |
Field Value
trueTruetruetrue (True in Visual Basic) if alt; otherwise, falseFalsefalsefalse (False in Visual Basic).
Remarks
Alt key only works with Control key or Control + Shift.