LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

AutoDeleteRemovedCells Property

Show in webframe






Gets or sets a value to enable or disable the automatic deletion of cells that are removed from the viewer.
Syntax
public bool AutoDeleteRemovedCells {get; set;}
'Declaration
 
Public Property AutoDeleteRemovedCells As Boolean
'Usage
 
Dim instance As WorkstationViewer
Dim value As Boolean
 
instance.AutoDeleteRemovedCells = value
 
value = instance.AutoDeleteRemovedCells

            

            
public: __property bool get_AutoDeleteRemovedCells();
public: __property void set_AutoDeleteRemovedCells( 
   bool value
);
public:
property bool AutoDeleteRemovedCells {
   bool get();
   void set (    bool value);
}

Property Value

true to enable the automatic deletion of cells that are removed from the viewer. Otherwise; false. The default is true.
Requirements

Target Platforms

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members

 

 


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