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

Viewers Property







Gets all the viewers hosted by this control.
Syntax
public IEnumerable<MedicalViewer> Viewers {get;}
'Declaration
 
Public ReadOnly Property Viewers As IEnumerable(Of MedicalViewer)
'Usage
 
Dim instance As MedicalViewerHost
Dim value As IEnumerable(Of MedicalViewer)
 
value = instance.Viewers
 get_Viewers(); 
public: __property IEnumerable<MedicalViewer*>* get_Viewers();
public:
property IEnumerable<MedicalViewer*>* Viewers {
   IEnumerable<MedicalViewer*>* get();
}

Property Value

Type: IEnumerable All the MedicalViewer controls hosted by this control.
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

MedicalViewerHost Class
MedicalViewerHost Members

 

 


Products | Support | Contact Us | Copyright Notices

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