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