Gets a List of of
System.Windows.Forms.Keys that represent the modality options shortcut keys.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property ShortcutList As List(Of Keys) |
Managed Extensions for C++ | |
---|
public: __property List<Keys>* get_ShortcutList(); |
Property Value
A List of of
System.Windows.Forms.Keys that represent the modality options 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