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
trueif the caret browsing is enabled,falseotherwise.
Exceptions
- ObjectDisposedException
The IProfilePreferences instance has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.