ComponentOne Menus and Toolbars for WinForms
ShortcutText Property

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1Command Class : ShortcutText Property
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.

See Also

Reference

C1Command Class
C1Command Members