[]
Gets or sets the keyboard shortcut associated with the command.
[C1Category("Behavior")]
[C1Description("C1Command.Shortcut", "Gets or sets the keyboard shortcut associated with the command.")]
[TypeConverter(typeof(EnumConverter))]
public Shortcut Shortcut { get; set; }