←Select platform

UserLogin Method

Summary

Logs on to the MedicalWebViewer and launches it using the browser specified in the SelectedBrowser property.

Syntax

C#
VB
C++
public ControllerReturnCode UserLogin( 
   string username, 
   string password 
) 
  
Public Function UserLogin( _ 
   ByVal username As String, _ 
   ByVal password As String _ 
) As Leadtools.Medical.Webviewer.Externalcontrol.ControllerReturnCode 

Parameters

username
The username to log in with

password
Password for the specified username

Example

For an example, refer to InitApplication.

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.Medical.WebViewer.ExternalControl Assembly