This document is archived and information here might be outdated.  Recommended version.


IAccelerator.Ctrl Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IA > IAccelerator Interface > IAccelerator.Ctrl Property
ArcGIS Developer Help

IAccelerator.Ctrl Property

Indicates if the Ctrl key is pressed for this accelerator.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

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

See Also

IAccelerator Interface