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


IAcceleratorHook.CheckAccelerator Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Framework)  

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