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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.