←Select platform

ParentViewer Property

Summary

Gets or sets the Leadtools.MedicalViewer.MedicalViewer control for the cell

Syntax

C#
VB
C++
public Leadtools.Medicalviewer.MedicalViewer ParentViewer {get; set;}
Public Property ParentViewer As Leadtools.Medicalviewer.MedicalViewer
public: 
property Leadtools.Medicalviewer.MedicalViewer^ ParentViewer { 
   Leadtools.Medicalviewer.MedicalViewer^ get(); 
   void set (    Leadtools.Medicalviewer.MedicalViewer^ ); 
} 

Property Value

The Leadtools.MedicalViewer.MedicalViewer control for the cell

Remarks

In the ViewerCellCreating event, provide a non-default parent viewer for the cell. This is necessary because in a scenario where multiple studies are loaded by the same loader, the loader will have an invalid ViewerControl. Providing the ParentViewer in the ViewerCellCreating event allows the application to provide the correct viewer for the cell based on the study.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Workstation.Loader Assembly
Click or drag to resize