This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IA > IAcceleratorTable Interface > IAcceleratorTable.Find Method (ArcObjects .NET 10.5 SDK) |
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 );
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.