AutoDeleteOnEmpty Property

Summary

Gets or sets whether the MedicalViewerHost should be removed and disposed from the WorkstationViewer when all MedicalViewer controls are removed.

Syntax
C#
VB
C++
public virtual bool AutoDeleteOnEmpty { get; set; } 
  
Public Overridable Property AutoDeleteOnEmpty As Boolean 
public: 
virtual property bool AutoDeleteOnEmpty { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to remove and dispose the MedicalViewerHost from the WorkstationViewer when all MedicalViewer controls are removed. Default is true.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly