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


IAccelerator.CommandID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IA > IAccelerator Interface > IAccelerator.CommandID Property
ArcGIS Developer Help

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