LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Viewers Property

Show in webframe






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

            

            
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

See Also

Reference

MedicalViewerHost Class
MedicalViewerHost Members

 

 


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