Gets a dictionary which associates a feature ID with a specific System.Windows.Forms.Keys.
public virtual DictionaryWithEvents<Keys, string> WorkstationKeysFeatures { get; }
Public Overridable ReadOnly Property WorkstationKeysFeatures As Leadtools.Medical.Workstation.DictionaryWithEvents(Of Keys,String)
public:
virtual property Leadtools.Medical.Workstation.DictionaryWithEvents<Keys,String^>^ WorkstationKeysFeatures {
Leadtools.Medical.Workstation.DictionaryWithEvents<Keys,String^>^ get();
}
A DictionaryWithEvents<TKey,TValue> which associates a feature ID with a specific System.Windows.Forms.Keys.
The user can use this dictionary to make the Leadtools.Medical.Workstation.UI.WorkstationViewer executes a feature when a keyboard key is pressed.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET