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

SupportedCells Property







Gets the Leadtools.MedicalViewer.MedicalViewerMultiCell controls that support 3D features.
Syntax
public BindingList<MedicalViewerMultiCell> SupportedCells {get;}
'Declaration
 
Public ReadOnly Property SupportedCells As BindingList(Of MedicalViewerMultiCell)
'Usage
 
Dim instance As Viewer3DOptions
Dim value As BindingList(Of MedicalViewerMultiCell)
 
value = instance.SupportedCells
public BindingList<MedicalViewerMultiCell> SupportedCells {get;}
 get_SupportedCells(); 
public: __property BindingList<MedicalViewerMultiCell*>* get_SupportedCells();
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: 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.