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




Gets the Leadtools.MedicalViewer.MedicalViewerMultiCell controls that support 3D features.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SupportedCells As BindingList(Of MedicalViewerMultiCell)
Visual Basic (Usage)Copy Code
Dim instance As Viewer3DOptions
Dim value As BindingList(Of MedicalViewerMultiCell)
 
value = instance.SupportedCells
C# 
public BindingList<MedicalViewerMultiCell> SupportedCells {get;}
Managed Extensions for C++ 
public: __property BindingList<MedicalViewerMultiCell*>* get_SupportedCells();
C++/CLI 
public:
property BindingList<MedicalViewerMultiCell^>^ SupportedCells {
   BindingList<MedicalViewerMultiCell^>^ get();
}

Property Value

Type: BindingList The Leadtools.MedicalViewer.MedicalViewerMultiCell controls that support 3D features.

Remarks

If SupportAllCells is set to false only cells in this list will support 3D options. If the SupportAllCells is set to true, the cells in this list will be ignored.

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