ArcObjects Library Reference (Framework)  

IAccelerator.CommandID Property

The identifier of the command that this accelerator activates.

[Visual Basic .NET]
Public Property CommandID As Object
[C#]
public object CommandID {get; set;}

Product Availability

Available with ArcGIS Desktop.

Description

value specifies the unique identifier of the 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

IAccelerator Interface