C#
VB
C++
Represents the base cell class that contains the basic cell properties and methods that the user must inherit his custom control from in order to be able to add the custom control to the MedicalViewer.
public class MedicalViewerBaseCell : INotifyPropertyChanged, IAnnAutomationControl, Control
Public Class MedicalViewerBaseCell
Inherits System.Windows.Forms.Control
Implements Leadtools.Annotations.Core.Leadtools.Annotations.Core.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 MedicalViewerBaseCell : public System.Windows.Forms.Control, Leadtools.Annotations.Core.Leadtools.Annotations.Core.IAnnAutomationControl, System.ComponentModel.IComponent, System.ComponentModel.INotifyPropertyChanged, System.ComponentModel.ISynchronizeInvoke, System.IDisposable, System.Windows.Forms.IBindableComponent, System.Windows.Forms.IDropTarget, System.Windows.Forms.IWin32Window
For more information, refer to Image Viewer Cells.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET