Property IsEnabled
- Namespace
- DotNetBrowser.Extensions
- Assembly
- DotNetBrowser.dll
IsEnabled
Indicates whether the extension action is currently enabled.
bool IsEnabled { get; }
Property Value
- bool
true
if the extension action is enabled,false
otherwise.
Exceptions
- ObjectDisposedException
The IExtensionAction has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.