←Select platform

Viewers Property

Summary

Gets all the viewers hosted by this control.

Syntax

C#
VB
C++
public IEnumerable<MedicalViewer> Viewers { get; } 
  
Public ReadOnly Property Viewers As IEnumerable(Of MedicalViewer) 
public: 
property IEnumerable<MedicalViewer^>^ Viewers { 
   IEnumerable<MedicalViewer^>^ get(); 
} 

Property Value

Type: IEnumerable All the MedicalViewer controls hosted by this control.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly