MedicalViewerCell Class

Summary

Represents the class that is used to create and adjust the cell being added to / removed from the Leadtools.MedicalViewer control.

Syntax
C#
VB
C++
public class MedicalViewerCell : MedicalViewerBaseCell 
  
Public Class MedicalViewerCell  
   Inherits MedicalViewerBaseCell 
   Implements IAnnAutomationControl, System.ComponentModel.IComponent, System.ComponentModel.INotifyPropertyChanged, System.ComponentModel.ISynchronizeInvoke, System.IDisposable, System.Windows.Forms.IBindableComponent, System.Windows.Forms.IDropTarget, System.Windows.Forms.IWin32Window  
            public ref class MedicalViewerCell : public MedicalViewerBaseCell, IAnnAutomationControl, System.ComponentModel.IComponent, System.ComponentModel.INotifyPropertyChanged, System.ComponentModel.ISynchronizeInvoke, System.IDisposable, System.Windows.Forms.IBindableComponent, System.Windows.Forms.IDropTarget, System.Windows.Forms.IWin32Window   

Remarks
  • To add this to the MedicalViewer use the MedicalViewer.Cells property.
  • This cell contains properties and method that allows the user to update and change the image properties. For more information refer to Image.

For more information, refer to Image Viewer Cells.

Example

For an example, refer to Leadtools.MedicalViewer.MedicalViewer().

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly