LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

ApplyToAllSubCells Property (ClearRegionsCommand)







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 bool ApplyToAllSubCells {get; set;}
 get_ApplyToAllSubCells();
set_ApplyToAllSubCells(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ClearRegionsCommand Class
ClearRegionsCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.