Gets or sets the
System.Windows.Forms.Keys enumeration value that is the shortcut for the
WindowLevelInformation object.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Shortcut As Keys |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WindowLevelInformation
Dim value As Keys
instance.Shortcut = value
value = instance.Shortcut |
C# | |
---|
public Keys Shortcut {get; set;} |
Managed Extensions for C++ | |
---|
public: __property Keys get_Shortcut();
public: __property void set_Shortcut(
Keys value
); |
Property Value
The
System.Windows.Forms.Keys value that represents the shortcut key for this
WindowLevelInformation object.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also