←Select platform

SupportedCells Property

Summary

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

Syntax

C#
VB
C++
public BindingList<MedicalViewerMultiCell> SupportedCells { get; } 
  
Public ReadOnly Property SupportedCells As BindingList(Of MedicalViewerMultiCell) 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly