←Select platform

UserWebBrowser Property

Summary

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

Syntax
C#
VB
C++
public Action<string, MedicalWebViewerExternalController> UserWebBrowser { get; set; } 
Public Property UserWebBrowser() As Action(Of String, MedicalWebViewerExternalController) 
   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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly

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