WorkstationKeysFeatures Property

Summary

Gets a dictionary which associates a feature ID with a specific System.Windows.Forms.Keys.

Syntax
C#
VB
C++
public virtual DictionaryWithEvents<Keys, string> WorkstationKeysFeatures { get; } 
  
Public Overridable ReadOnly Property WorkstationKeysFeatures As DictionaryWithEvents(Of Keys,String) 
public: 
virtual property DictionaryWithEvents<Keys,String^>^ WorkstationKeysFeatures { 
   DictionaryWithEvents<Keys,String^>^ get(); 
} 

Property Value

A DictionaryWithEvents<TKey,TValue> which associates a feature ID with a specific System.Windows.Forms.Keys.

Remarks

The user can use this dictionary to make the Leadtools.Medical.Workstation.UI.WorkstationViewer executes a feature when a keyboard key is pressed.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly