Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / IShortcut Interface / ShortcutText Property


In This Topic
    ShortcutText Property (IShortcut)
    In This Topic
    Gets or sets the Shortcut's text.
    Syntax
    'Declaration
     
    Property ShortcutText As String
    'Usage
     
    Dim instance As IShortcut
    Dim value As String
     
    instance.ShortcutText = value
     
    value = instance.ShortcutText
    string ShortcutText {get; set;}

    Property Value

    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