[]
        
(Showing Draft Content)

C1.Win.Command.C1Command.ShortcutText

ShortcutText Property

ShortcutText

Gets or sets the shortcut text associated with the command.

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

>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.