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




Represents the workstation UI section within a configuration file.

Object Model

WorkstationUISettings ClassWorkstationUISettings Class

Syntax

Visual Basic (Declaration) 
Public Class WorkstationUISettings 
   Inherits Microsoft.Practices.EnterpriseLibrary.Common.Configuration.SerializableConfigurationSection
   Implements IXmlSerializable 
Visual Basic (Usage)Copy Code
Dim instance As WorkstationUISettings
Managed Extensions for C++ 
public __gc class WorkstationUISettings : public Microsoft.Practices.EnterpriseLibrary.Common.Configuration.SerializableConfigurationSection, IXmlSerializable  

Remarks

The WorkstationUISettings section will contain all the controls defined in the configuration file to be used by the default UI controls of the workstation.

To override a default UI control, use the control class name as the name value and new control type as the type value.

Inheritance Hierarchy

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