LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

ActiveWorkstation Property

Show in webframe






Gets or sets the Leadtools.Medical.Workstation.UI.WorkstationViewer control which is currently active.
Syntax
public virtual WorkstationViewer ActiveWorkstation {get; set;}
'Declaration
 
Public Overridable Property ActiveWorkstation As WorkstationViewer
'Usage
 
Dim instance As WorkstationState
Dim value As WorkstationViewer
 
instance.ActiveWorkstation = value
 
value = instance.ActiveWorkstation

            

            
public: __property virtual WorkstationViewer* get_ActiveWorkstation();
public: __property virtual void set_ActiveWorkstation( 
   WorkstationViewer* value
);
public:
virtual property WorkstationViewer* ActiveWorkstation {
   WorkstationViewer* get();
   void set (    WorkstationViewer* value);
}

Property Value

The Leadtools.Medical.Workstation.UI.WorkstationViewer control which is currently active.
Requirements

Target Platforms

See Also

Reference

WorkstationState Class
WorkstationState Members

 

 


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