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


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

IAcceleratorTable.Find Method

Finds the accelerator object/s currently associated with the specified command ID.

[Visual Basic .NET]
Public Function Find ( _
    ByVal ID As Object _
) As IArray
[C#]
public IArray Find (
    object ID
);

Product Availability

Available with ArcGIS Desktop.

Description


ID specifies the unique identifier of a command. For built-in commands, use the UID. For VBA macros and UIControls, use a string representing the full name of the command.

See Also

IAcceleratorTable Interface