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

AutoDeleteOnEmpty Property







Gets or sets whether the MedicalViewerHost should be removed and disposed from the WorkstationViewer when all MedicalViewer controls are removed.
Syntax
public virtual bool AutoDeleteOnEmpty {get; set;}
'Declaration
 
Public Overridable Property AutoDeleteOnEmpty As Boolean
'Usage
 
Dim instance As MedicalViewerHost
Dim value As Boolean
 
instance.AutoDeleteOnEmpty = value
 
value = instance.AutoDeleteOnEmpty
public virtual bool AutoDeleteOnEmpty {get; set;}
 get_AutoDeleteOnEmpty();
set_AutoDeleteOnEmpty(value);
public: __property virtual bool get_AutoDeleteOnEmpty();
public: __property virtual void set_AutoDeleteOnEmpty( 
   bool value
);
public:
virtual property bool AutoDeleteOnEmpty {
   bool get();
   void set (    bool value);
}

Property Value

true to remove and dispose the MedicalViewerHost from the WorkstationViewer when all MedicalViewer controls are removed. Default is true.
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

MedicalViewerHost Class
MedicalViewerHost Members

 

 


Products | Support | Contact Us | Copyright Notices

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