Item Property

Summary
Gets the MedicalViewerHost at the specified index.
Syntax
C#
VB
C++
public MedicalViewerHost Item( 
   int index 
) { get; } 
  
Public ReadOnly Default Property Item( _ 
   ByVal index As Integer _ 
) As MedicalViewerHost 
public: 
property MedicalViewerHost^ default [int] { 
   MedicalViewerHost^ get(int index); 
} 

Parameters

index
The index of the MedicalViewerHost control in this collection to return.

Property Value

The MedicalViewerHost at the specified index.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.