LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

ApplyToAllSubCells Property (ClearRegionsCommand)

Show in webframe






Gets or set a value to remove the region from all sub cells
Syntax
public bool ApplyToAllSubCells {get; set;}
'Declaration
 
Public Property ApplyToAllSubCells As Boolean
'Usage
 
Dim instance As ClearRegionsCommand
Dim value As Boolean
 
instance.ApplyToAllSubCells = value
 
value = instance.ApplyToAllSubCells

            

            
public: __property bool get_ApplyToAllSubCells();
public: __property void set_ApplyToAllSubCells( 
   bool value
);
public:
property bool ApplyToAllSubCells {
   bool get();
   void set (    bool value);
}

Property Value

true to remove the region from all sub cells
Requirements

Target Platforms

See Also

Reference

ClearRegionsCommand Class
ClearRegionsCommand Members

 

 


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