LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

SupportedCells Property

Show in webframe






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: __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

See Also

Reference

Viewer3DOptions Class
Viewer3DOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.