Xceed SmartUI for WinForms v3.6 Documentation
Shortcut Property (IShortcut)


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace > IShortcut Interface : Shortcut Property
Gets or sets the shortcut associated with a SmartItem.
Syntax
'Declaration
 
Property Shortcut As Shortcut
'Usage
 
Dim instance As IShortcut

Dim value As Shortcut

 

instance.Shortcut = value

 

value = instance.Shortcut
Shortcut Shortcut {get; set;}

Property Value

A System.Windows.Forms.Shortcut value representing the shortcut associated with a SmartItem.
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

IShortcut Interface
IShortcut Members