LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
AllAllowedShortcuts Property
See Also 
Leadtools.Medical.Workstation Namespace > IModalitySettingsDataSource Interface : AllAllowedShortcuts Property




Gets a list of all the keys that are allowed as shortcuts.

Syntax

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.

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