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




Returns a shared SeriesBrowser object that stay alive for the lifetime of the application.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property Instance As SeriesBrowser
Visual Basic (Usage)Copy Code
Dim value As SeriesBrowser
 
value = SeriesBrowser.Instance
C# 
public static SeriesBrowser Instance {get;}
Managed Extensions for C++ 
public: __property static SeriesBrowser* get_Instance();
C++/CLI 
public:
static property SeriesBrowser^ Instance {
   SeriesBrowser^ get();
}

Property Value

Type: SeriesBrowser A shared SeriesBrowser object that stay alive for the lifetime of the application.

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