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


In This Topic
    ShowShortcut Property (IShortcut)
    In This Topic
    Gets or sets a boolean value indicating if a SmartItem's Shortcut will be displayed.
    Syntax
    'Declaration
     
    Property ShowShortcut As Boolean
    'Usage
     
    Dim instance As IShortcut
    Dim value As Boolean
     
    instance.ShowShortcut = value
     
    value = instance.ShowShortcut
    bool ShowShortcut {get; set;}

    Property Value

    true if a SmartItem's Shortcut will be displayed; false otherwise.
    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