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.Factory Namespace > WorkstationUISettings Class : Instance Property




Gets a singleton object of the WorkstationUISettings class defined in a configuration file.

Syntax

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

Property Value

A WorkstationUISettings singleton object.

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