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

ActiveCell Property







Gets or sets the selected Leadtools.MedicalViewer.MedicalViewerBaseCell.
Syntax
public virtual MedicalViewerBaseCell ActiveCell {get; set;}
'Declaration
 
Public Overridable Property ActiveCell As MedicalViewerBaseCell
'Usage
 
Dim instance As WorkstationState
Dim value As MedicalViewerBaseCell
 
instance.ActiveCell = value
 
value = instance.ActiveCell
public virtual MedicalViewerBaseCell ActiveCell {get; set;}
 get_ActiveCell();
set_ActiveCell(value);
public: __property virtual MedicalViewerBaseCell* get_ActiveCell();
public: __property virtual void set_ActiveCell( 
   MedicalViewerBaseCell* value
);
public:
virtual property MedicalViewerBaseCell* ActiveCell {
   MedicalViewerBaseCell* get();
   void set (    MedicalViewerBaseCell* value);
}

Property Value

The selected Leadtools.MedicalViewer.MedicalViewerBaseCell.
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.