Click or drag to resize

IProfilePreferences Interface

The preferences of a IProfile.

Namespace:  DotNetBrowser.Profile
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IProfilePreferences : IAutoDisposable

The IProfilePreferences type exposes the following members.

Properties
  NameDescription
Public propertyAutofillEnabled
Enables or disables the web form autofill and displaying of suggestions pop-ups. By default, the autofill is enabled.
Public propertyCaretBrowsingEnabled
Enables or disables the caret browsing. By default, the caret browsing is disabled.
Public propertyEngine
Gets the IEngine instance associated with this object.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertyProfile
Gets the IProfile instance associated with this object.
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Top
See Also