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 > ModalitySettingsDataSource Class : AllAllowedShortcuts Property




Gets the allowed keyboard System.Windows.Forms.Keys for applying Window Level presets.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property AllAllowedShortcuts As List(Of Keys)
Visual Basic (Usage)Copy Code
Dim instance As ModalitySettingsDataSource
Dim value As List(Of Keys)
 
value = instance.AllAllowedShortcuts
C# 
public List<Keys> AllAllowedShortcuts {get;}
Managed Extensions for C++ 
public: __property List<Keys>* get_AllAllowedShortcuts();
C++/CLI 
public:
property List<Keys>^ AllAllowedShortcuts {
   List<Keys>^ get();
}

Property Value

The allowed keyboard System.Windows.Forms.Keys for applying Window Level presets.

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