Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.ToolBar Namespace / Tool Class / ShortcutText Property


    ShortcutText Property (Tool)
    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

    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