[]
Gets or sets the shortcut text associated with the command.
[C1Category("Behavior")]
[C1Description("C1Command.ShortcutText", "Gets or sets the shortcut text associated with the command.")]
public string ShortcutText { get; set; }
>Use this property to localize shortcuts.
If Shortcut property is empty or ShowShortcut is False, then the ShortcutText has no any effect.
If ShortcutText property is empty, then default value is used for the shortcut.