System.ComponentModel.Design.CommandID public class CommandID Documentation Code namespace System.ComponentModel.Design { public class CommandID { public virtual Guid Guid { get; } public virtual int ID { get; } public CommandID(Guid menuGroup, int commandID); } }