Click or drag to resize

DialogParametersBrowser Property

Gets the browser associated with the dialog.

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public IBrowser Browser { get; }

Property Value

Type: IBrowser
The browser associated with the dialog.
See Also