LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

WorkstationKeysFeatures Property







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 virtual DictionaryWithEvents<Keys,string> WorkstationKeysFeatures {get;}
 get_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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationState Class
WorkstationState Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.