C#
VB
C++
Gets the MedicalViewerHost at the specified index.
public MedicalViewerHost Item(
int index
) { get; }
Public ReadOnly Default Property Item( _
ByVal index As Integer _
) As Leadtools.Medical.Workstation.Ui.MedicalViewerHost
public:
property Leadtools.Medical.Workstation.Ui.MedicalViewerHost^ default [int] {
Leadtools.Medical.Workstation.Ui.MedicalViewerHost^ get(int index);
}
index
The index of the MedicalViewerHost control in this collection to return.
The MedicalViewerHost at the specified index.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET