Leadtools.Medical.Workstation Namespace > ModalityOptionsManager Class : ShortcutList Property |
public List<Keys> ShortcutList {get;}
'Declaration Public ReadOnly Property ShortcutList As List(Of Keys)
'Usage Dim instance As ModalityOptionsManager Dim value As List(Of Keys) value = instance.ShortcutList
public: __property List<Keys>* get_ShortcutList();
public: property List<Keys>* ShortcutList { List<Keys>* get(); }