- layout
- Type: GridViewLayout. The rows and columns layout of the N:Leadtools.MedicalViewer controls.
| 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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code