LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
GetAllHostViewers Method
See Also 
Leadtools.Medical.Workstation.UI Namespace > WorkstationViewer Class : GetAllHostViewers Method




Returns all available MedicalViewerHost controls.

Syntax

Visual Basic (Declaration) 
Public Function GetAllHostViewers() As MedicalViewerHost()
Visual Basic (Usage)Copy Code
Dim instance As WorkstationViewer
Dim value() As MedicalViewerHost
 
value = instance.GetAllHostViewers()
C# 
public MedicalViewerHost[] GetAllHostViewers()
Managed Extensions for C++ 
public: MedicalViewerHost*[]* GetAllHostViewers(); 
C++/CLI 
public:
array<MedicalViewerHost^>^ GetAllHostViewers(); 

Return Value

Type: Array of MedicalViewerHost All available MedicalViewerHost controls.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also