CloseApplication Method

Summary

Logs out of the MedicalWebViewer and closes the browser.

Syntax
C#
VB
C++
public ControllerReturnCode CloseApplication() 
  
Public Function CloseApplication() As ControllerReturnCode 
public: 
ControllerReturnCode CloseApplication();  

Remarks

In order for CloseApplication to work in Firefox, closing windows from javascript must be enabled in the browser: about:config -> dom.allow_scripts_to_close_windows = true;

Example

For an example, refer to InitApplication.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly