This document is archived and information here might be outdated. Recommended version. |
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.