[]
        
(Showing Draft Content)

C1.Win.Command.C1Command.Shortcut

Shortcut Property

Shortcut

Gets or sets the keyboard shortcut associated with the command.

Declaration
[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