Closed Property

Summary

Gets a value indicating if the MedicalViewerLoaderBase has stopped loading images into all Leadtools.MedicalViewer.MedicalViewerMultiCell controls from pre-loaded series.

Syntax
C#
VB
C++
public bool Closed { get; } 
  
Public ReadOnly Property Closed As Boolean 
public: 
property bool Closed { 
   bool get(); 
} 

Property Value

True if the MedicalViewerLoaderBase has stopped loading images into all Leadtools.MedicalViewer.MedicalViewerMultiCell controls from pre-loaded series; Otherwise, false.

Remarks

This value will be true when you call the Close method or when all series Leadtools.MedicalViewer.MedicalViewerMultiCell controls are disposed.

Requirements

Target Platforms

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

Leadtools.Medical.Workstation.Loader Assembly