←Select platform

MedicalViewer Constructor(bool)

Summary

Initializes a new instance of the MedicalViewer class object with explicit parameters.

Syntax

C#
VB
C++
public MedicalViewer( 
   bool gridmode 
) 
  
Public Function New( _ 
   ByVal gridmode As Boolean _ 
) 
             
            public: 
MedicalViewer(  
   bool gridmode 
) 
             

Parameters

gridmode
A value that represents whether to initialize the MedicalViewer in grid mode. If this parameter is false the grid will be initialized in layout mode. Each cell will be able to be positioned at a specific location. Otherwise it will be in row column mode.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly