LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

IndexOf Method (MedicalViewerHostCollection)







The MedicalViewerHost to locate in the MedicalViewerHostCollection. The value can be null.
Searches for the specified object and returns the zero-based index of the first occurrence within the MedicalViewerHostCollection.
Syntax
public int IndexOf( 
   MedicalViewerHost item
)
'Declaration
 
Public Function IndexOf( _
   ByVal item As MedicalViewerHost _
) As Integer
'Usage
 
Dim instance As MedicalViewerHostCollection
Dim item As MedicalViewerHost
Dim value As Integer
 
value = instance.IndexOf(item)
public int IndexOf( 
   MedicalViewerHost item
)
 function Leadtools.Medical.Workstation.UI.MedicalViewerHostCollection.IndexOf( 
   item 
)
public: int IndexOf( 
   MedicalViewerHost* item
) 
public:
int IndexOf( 
   MedicalViewerHost* item
) 

Parameters

item
The MedicalViewerHost to locate in the MedicalViewerHostCollection. The value can be null.

Return Value

The zero-based index of the first occurrence of item within the MedicalViewerHostCollection, if found; otherwise, -1.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MedicalViewerHostCollection Class
MedicalViewerHostCollection Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.