LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

Factory Property







Gets the workstation UI factory type.
Syntax
public Type Factory {get; set;}
'Declaration
 
Public Property Factory As Type
'Usage
 
Dim instance As WorkstationUISettings
Dim value As Type
 
instance.Factory = value
 
value = instance.Factory
public Windows.UI.Xaml.Interop.TypeName Factory {get; set;}
 get_Factory();
set_Factory(value);
public: __property Type* get_Factory();
public: __property void set_Factory( 
   Type* value
);
public:
property Type* Factory {
   Type* get();
   void set (    Type* value);
}

Property Value

The System.Type of the workstation UI factory.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationUISettings Class
WorkstationUISettings Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.