ArcObjects Library Reference (Framework)  

IAccelerator.Shift Property

Indicates if the Shift key is pressed for this accelerator.

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

Product Availability

Available with ArcGIS Desktop.

Description



Remarks

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

See Also

IAccelerator Interface