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


IAcceleratorHook.CheckAccelerator Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IA > IAcceleratorHook Interface > IAcceleratorHook.CheckAccelerator Method
ArcGIS Developer Help

IAcceleratorHook.CheckAccelerator Method

Return true if the framework should carry out the action associated with this virtual key.

[Visual Basic .NET]
Public Function CheckAccelerator ( _
    ByVal vkey As Integer _
) As Boolean
[C#]
public bool CheckAccelerator (
    int vkey
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAcceleratorHook Interface