Gets or sets whether the
MedicalViewerHost should be removed and disposed from the
WorkstationViewer when all
MedicalViewer controls are removed.
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.