ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.8 Assembly / C1.Win.C1Command 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 System.String
    public System.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.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also