Gets or sets the allowed short cut keys.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property AllowedShortcutKeys As Keys() |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As WindowLevelInformationDialog
Dim value() As Keys
instance.AllowedShortcutKeys = value
value = instance.AllowedShortcutKeys |
| C# | |
|---|
public Keys[] AllowedShortcutKeys {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property Keys[]* get_AllowedShortcutKeys();
public: __property void set_AllowedShortcutKeys(
Keys[]* value
); |
Property Value
An array of
System.Windows.Forms.Keys that are allowed as shortcut keys.
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