| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Closed As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerLoaderBase Dim value As Boolean value = instance.Closed | |
| C# | |
|---|---|
public bool Closed {get;} | |
Property Value
True if the MedicalViewerLoaderBase has stopped loading images into all Leadtools.MedicalViewer.MedicalViewerMultiCell controls from pre-loaded series; Otherwise, false.This value will be true when you call the Close method or when all series Leadtools.MedicalViewer.MedicalViewerMultiCell controls are disposed.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code