LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

WorkstationKeysFeatures Property

Show in webframe






Gets a dictionary which associates a feature ID with a specific System.Windows.Forms.Keys.
Syntax
public virtual DictionaryWithEvents<Keys,string> WorkstationKeysFeatures {get;}
'Declaration
 
Public Overridable ReadOnly Property WorkstationKeysFeatures As DictionaryWithEvents(Of Keys,String)
'Usage
 
Dim instance As WorkstationState
Dim value As DictionaryWithEvents(Of Keys,String)
 
value = instance.WorkstationKeysFeatures

            

            
public: __property virtual DictionaryWithEvents<Keys,string*>* get_WorkstationKeysFeatures();
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

See Also

Reference

WorkstationState Class
WorkstationState Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.