Loading Property

Summary

Gets a value indicating if the MedicalViewerLoaderBase is loading a series in the LoadSeries(String,String) method.

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

Property Value

True if the MedicalViewerLoaderBase is loading a series in the LoadSeries(String,String) method; Otherwise, false.

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