←Select platform

UserWebBrowser Property

Summary

Defines the callback that is called to launch a user specific browser.

Syntax
C#
C++/CLI
public Action<string, MedicalWebViewerExternalController> UserWebBrowser { get; set; } 
public:  
   property Action<String^, MedicalWebViewerExternalController^>^ UserWebBrowser 
   { 
      Action<String^, MedicalWebViewerExternalController^>^ get() 
      void set(Action<String^, MedicalWebViewerExternalController^>^ value) 
   } 

Property Value

An action to callback when the browser is to be launched.

Remarks

This is called when the SelectedBrowser Property is set to "Edge".

Requirements

Target Platforms

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

Leadtools.Medical.WebViewer.ExternalControl Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.