LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

AutoDeleteOnEmpty Property

Show in webframe






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

See Also

Reference

MedicalViewerHost Class
MedicalViewerHost Members

 

 


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