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




layout
Type: GridViewLayout. The rows and columns layout of the N:Leadtools.MedicalViewer controls.
layout
Type: GridViewLayout. The rows and columns layout of the N:Leadtools.MedicalViewer controls.
Set the selected N:Leadtools.MedicalViewer controls layout within this control.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub SetViewersLayout( _
   ByVal layout As GridViewLayout _
) 
Visual Basic (Usage)Copy Code
Dim instance As MedicalViewerHost
Dim layout As GridViewLayout
 
instance.SetViewersLayout(layout)
C# 
public virtual void SetViewersLayout( 
   GridViewLayout layout
)
Managed Extensions for C++ 
public: virtual void SetViewersLayout( 
   GridViewLayout layout
) 
C++/CLI 
public:
virtual void SetViewersLayout( 
   GridViewLayout layout
) 

Parameters

layout
Type: GridViewLayout. The rows and columns layout of the N:Leadtools.MedicalViewer controls.

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