[]
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; }
<C1Category("Behavior")>
<C1Description("C1Command.Shortcut", "Gets or sets the keyboard shortcut associated with the command.")>
<TypeConverter(GetType(EnumConverter))>
Public Property Shortcut As Shortcut