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


IAccelerator.CommandID Property (ArcObjects .NET 10.5 SDK)
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