Property CaretBrowsingEnabled
- Namespace
- DotNetBrowser.Profile
- Assembly
- DotNetBrowser.dll
CaretBrowsingEnabled
Enables or disables the caret browsing. By default, the caret browsing is disabled.
bool CaretBrowsingEnabled { get; set; }
Property Value
- bool
true
if the caret browsing is enabled,false
otherwise.
Exceptions
- ObjectDisposedException
The IProfilePreferences instance has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.