Leadtools.MedicalViewer Namespace > MedicalViewerSynchronizationObject Class : Cells Property |
public MedicalViewerSynchronizedCellCollection<MedicalViewerBaseCell> Cells {get;}
'Declaration Public ReadOnly Property Cells As MedicalViewerSynchronizedCellCollection(Of MedicalViewerBaseCell)
'Usage Dim instance As MedicalViewerSynchronizationObject Dim value As MedicalViewerSynchronizedCellCollection(Of MedicalViewerBaseCell) value = instance.Cells
public MedicalViewerSynchronizedCellCollection<MedicalViewerBaseCell> Cells {get;}
get_Cells();
public: property MedicalViewerSynchronizedCellCollection<MedicalViewerBaseCell^>^ Cells { MedicalViewerSynchronizedCellCollection<MedicalViewerBaseCell^>^ get(); }
If the user add a synchronization object to the Synchronization.Objects, the cells collection will be updated as well.
If the user add a cell to the cells collection, the Synchronization.Objects will be updated as well.
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