Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.UI Namespace > MedicalViewerHostCollection Class : Item Property |
public MedicalViewerHost this[ int index ]; {get;}
'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As MedicalViewerHost
'Usage Dim instance As MedicalViewerHostCollection Dim index As Integer Dim value As MedicalViewerHost value = instance.Item(index)
public: __property MedicalViewerHost* get_Item int index ;
public: property MedicalViewerHost^ default [int] { MedicalViewerHost^ get(int index); }