←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly