| Visual Basic (Declaration) | |
|---|---|
ReadOnly Property AllAllowedShortcuts As List(Of Keys) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IModalitySettingsDataSource Dim value As List(Of Keys) value = instance.AllAllowedShortcuts | |
| C# | |
|---|---|
List<Keys> AllAllowedShortcuts {get;} | |
| Managed Extensions for C++ | |
|---|---|
__property List<Keys>* get_AllAllowedShortcuts(); | |
| C++/CLI | |
|---|---|
property List<Keys>^ AllAllowedShortcuts { List<Keys>^ get(); } | |
Property Value
A List of System.Windows.Forms.Keys of keys that can be shortcut keys.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code