Gets or sets the key that is used as a shortcut for
AutoWindowLevel.
Syntax
Visual Basic (Declaration) | |
---|
Public Property AutoWindowLevelShortcut As Keys |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ModalityOptions
Dim value As Keys
instance.AutoWindowLevelShortcut = value
value = instance.AutoWindowLevelShortcut |
C# | |
---|
public Keys AutoWindowLevelShortcut {get; set;} |
Managed Extensions for C++ | |
---|
public: __property Keys get_AutoWindowLevelShortcut();
public: __property void set_AutoWindowLevelShortcut(
Keys value
); |
C++/CLI | |
---|
public:
property Keys AutoWindowLevelShortcut {
Keys get();
void set ( Keys value);
} |
Property Value
The
System.Windows.Forms.Keys value that represents the shortcut for the
AutoWindowLevel. The default key is F2.
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