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

ActiveWorkstation Property







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 virtual WorkstationViewer ActiveWorkstation {get; set;}
 get_ActiveWorkstation();
set_ActiveWorkstation(value);
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: 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

WorkstationState Class
WorkstationState Members

 

 


Products | Support | Contact Us | Copyright Notices

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