Gets or sets the preset shortcut key.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property PresetShortcut As Keys |
| C# | |
|---|
public Keys PresetShortcut {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property Keys get_PresetShortcut();
public: __property void set_PresetShortcut(
Keys value
); |
Property Value
The
System.Windows.Forms.Keys for the preset shortcut
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