LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Item Property (SelectedWorkstationCellsCollection)

Show in webframe






The index of the Leadtools.MedicalViewer.MedicalViewerBaseCell control in this collection to return.
Gets the Leadtools.MedicalViewer.MedicalViewerBaseCell at the specified index.
Syntax
public MedicalViewerBaseCell this[ 
   int index
]; {get;}
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As MedicalViewerBaseCell
'Usage
 
Dim instance As SelectedWorkstationCellsCollection
Dim index As Integer
Dim value As MedicalViewerBaseCell
 
value = instance.Item(index)

            

            
public: __property MedicalViewerBaseCell* get_Item   int index
;
public:
property MedicalViewerBaseCell* default [int] {
   MedicalViewerBaseCell* get(int index);
}

Parameters

index
The index of the Leadtools.MedicalViewer.MedicalViewerBaseCell control in this collection to return.

Property Value

The Leadtools.MedicalViewer.MedicalViewerBaseCell at the specified index.
Requirements

Target Platforms

See Also

Reference

SelectedWorkstationCellsCollection Class
SelectedWorkstationCellsCollection Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.