Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1Command Class / ShortcutText Property

In This Topic
    ShortcutText Property (C1Command)
    In This Topic
    Gets or sets the shortcut text associated with the command.
    Syntax
    'Declaration
     
    
    Public Property ShortcutText As String
    public string ShortcutText {get; set;}
    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.

    See Also