LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
SeriesLoader Property
See Also 
Leadtools.Medical.Workstation.UI Namespace > SeriesDropLoaderRequestedEventArgs Class : SeriesLoader Property




Gets or sets the Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase which will handle loading the series.

Syntax

Visual Basic (Declaration) 
Public Property SeriesLoader As MedicalViewerLoaderBase
Visual Basic (Usage)Copy Code
Dim instance As SeriesDropLoaderRequestedEventArgs
Dim value As MedicalViewerLoaderBase
 
instance.SeriesLoader = value
 
value = instance.SeriesLoader
C# 
public MedicalViewerLoaderBase SeriesLoader {get; set;}
Managed Extensions for C++ 
public: __property MedicalViewerLoaderBase* get_SeriesLoader();
public: __property void set_SeriesLoader( 
   MedicalViewerLoaderBase* value
);
C++/CLI 
public:
property MedicalViewerLoaderBase^ SeriesLoader {
   MedicalViewerLoaderBase^ get();
   void set (    MedicalViewerLoaderBase^ value);
}

Property Value

The Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase which will handle loading the series.

Remarks

The user is expected to set this property to load the series.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also