Click or drag to resize

IProfilePreferencesCaretBrowsingEnabled Property

Enables or disables the caret browsing. By default, the caret browsing is disabled.

Namespace:  DotNetBrowser.Profile
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
bool CaretBrowsingEnabled { get; set; }

Property Value

Type: Boolean
true if the caret browsing is enabled, false otherwise.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IProfilePreferences instance has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
See Also