LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Factory Property

Show in webframe






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: __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

See Also

Reference

WorkstationUISettings Class
WorkstationUISettings Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.