Gets or sets the value that indicates whether to apply (window level and alpha) action on only the activated sub-cells.
            
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Property ApplyOnIndividualSubCell As Boolean  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As MedicalViewerCell
Dim value As Boolean
 
instance.ApplyOnIndividualSubCell = value
 
value = instance.ApplyOnIndividualSubCell
  | 
 
| C# |   | 
|---|
public bool ApplyOnIndividualSubCell {get; set;} | 
 
| C++/CLI |   | 
|---|
public:
property bool ApplyOnIndividualSubCell {
   bool get();
   void set (bool value);
} | 
 
            
            
            Return Value
true to apply the (window level and alpha) action only to the activated sub-cells, false to apply the action on all sub-cells.
 
            
            
            
            
Example
            
            
            
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
 
            
            
See Also