ArcObjects Library Reference (Framework)  

IAccelerator.Alt Property

Indicates if the Alt key is pressed for this accelerator.

[Visual Basic .NET]
Public Property Alt As Boolean
[C#]
public bool Alt {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use True if the Alt key is one of the keys used in the accelerator; otherwise use False.

See Also

IAccelerator Interface