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.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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7