←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 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