Xceed SmartUI for WinForms v3.6 Documentation
ShortcutText Property (Tool)


Xceed.SmartUI.Controls.v3.6 Assembly > Xceed.SmartUI.Controls.ToolBar Namespace > Tool Class : ShortcutText Property
Gets or sets the Shortcut's text.
Syntax
'Declaration
 
<DescriptionAttribute("Gets or sets the Shortcut's text.")>
<CategoryAttribute("Appearance")>
<BrowsableAttribute(True)>
<MergablePropertyAttribute(False)>
<LocalizableAttribute(True)>
Public Property ShortcutText As String
'Usage
 
Dim instance As Tool
Dim value As String
 
instance.ShortcutText = value
 
value = instance.ShortcutText
[Description("Gets or sets the Shortcut's text.")]
[Category("Appearance")]
[Browsable(true)]
[MergableProperty(false)]
[Localizable(true)]
public string ShortcutText {get; set;}

Property Value

A string representing the Shortcut's text.
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

Reference

Tool Class
Tool Members
Shortcut Property
ShowShortcut Property