ArcObjects Library Reference (Framework)  

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