Represents a numeric Command ID and globally unique ID (GUID) menu identifier that together uniquely identify a command.
Object
CommandID
[Visual Basic] Public Class CommandID [C#] public class CommandID [C++] public __gc class CommandID [JScript] public class CommandID
The CommandID class can be used to uniquely identify a command. This allows multiple command issuers to implement the same command. Command IDs consist of a menu group GUID and a command ID integer.
Namespace: System.ComponentModel.Design
Assembly: System.dll
CommandID Members | System.ComponentModel.Design Namespace | IMenuCommandService | MenuCommand