Click or drag to resize

IBrowserDialogs Property

Gets the IDialogs instance that can be used for configuring the dialogs that can be shown by browser.

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

Property Value

Type: IDialogs
The IDialogs instance associated with this IBrowser.
See Also