LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
SupportAllCells Property
See Also 
Leadtools.Medical.Workstation.UI Namespace > Viewer3DOptions Class : SupportAllCells Property




Gets or sets whether the 3D support is for all Leadtools.MedicalViewer.MedicalViewerMultiCell displayed in the WorkstationViewer or specific cells.

Syntax

Visual Basic (Declaration) 
Public Property SupportAllCells As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Viewer3DOptions
Dim value As Boolean
 
instance.SupportAllCells = value
 
value = instance.SupportAllCells
C# 
public bool SupportAllCells {get; set;}
Managed Extensions for C++ 
public: __property bool get_SupportAllCells();
public: __property void set_SupportAllCells( 
   bool value
);
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also