This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IA > IAccelerator Interface > IAccelerator.CommandID Property (ArcObjects .NET 10.4 SDK) |
The identifier of the command that this accelerator activates.
[Visual Basic .NET] Public Property CommandID As Object
[C#] public object CommandID {get; set;}
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.