LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Viewer Property
See Also 
Leadtools.Medical.Workstation.UI Namespace > StudiesViewerRemovedEventArgs Class : Viewer Property




Gets the StudiesViewer oject that represents the viewer.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Viewer As StudiesViewer
Visual Basic (Usage)Copy Code
Dim instance As StudiesViewerRemovedEventArgs
Dim value As StudiesViewer
 
value = instance.Viewer
C# 
public StudiesViewer Viewer {get;}
Managed Extensions for C++ 
public: __property StudiesViewer* get_Viewer();
C++/CLI 
public:
property StudiesViewer^ Viewer {
   StudiesViewer^ get();
}

Property Value

The StudiesViewer oject that represents the viewer.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also