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




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)
Visual Basic (Usage)Copy Code
Dim instance As ModalityOptionsManager
Dim value As List(Of Keys)
 
value = instance.ShortcutList
C# 
public List<Keys> ShortcutList {get;}
Managed Extensions for C++ 
public: __property List<Keys>* get_ShortcutList();
C++/CLI 
public:
property List<Keys>^ ShortcutList {
   List<Keys>^ get();
}

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