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

SupportAllCells Property







Gets or sets whether the 3D support is for all Leadtools.MedicalViewer.MedicalViewerMultiCell displayed in the WorkstationViewer or specific cells.
Syntax
public bool SupportAllCells {get; set;}
'Declaration
 
Public Property SupportAllCells As Boolean
'Usage
 
Dim instance As Viewer3DOptions
Dim value As Boolean
 
instance.SupportAllCells = value
 
value = instance.SupportAllCells
public bool SupportAllCells {get; set;}
 get_SupportAllCells();
set_SupportAllCells(value);
public: __property bool get_SupportAllCells();
public: __property void set_SupportAllCells( 
   bool value
);
public:
property bool SupportAllCells {
   bool get();
   void set (    bool value);
}

Property Value

True to support 3D features for all Leadtools.MedicalViewer.MedicalViewerMultiCell displayed in the WorkstationViewer; Otherwise, false.
Remarks

If this property is set to false only Leadtools.MedicalViewer.MedicalViewerMultiCell in the SupportedCells will have 3D support.

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

Viewer3DOptions Class
Viewer3DOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

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