Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Medical.WebViewer.ExternalControl assembly)

Show in webframe

CloseApplication Method






Logs out of the MedicalWebViewer and closes the browser.
Syntax
public ControllerReturnCode CloseApplication()
'Declaration
 
Public Function CloseApplication() As ControllerReturnCode
'Usage
 
Dim instance As MedicalWebViewerExternalController
Dim value As ControllerReturnCode
 
value = instance.CloseApplication()

            

            
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

See Also

Reference

MedicalWebViewerExternalController Class
MedicalWebViewerExternalController Members

Error processing SSI file