Property Enabled
- Namespace
- DotNetBrowser.Input.DragAndDrop
- Assembly
- DotNetBrowser.dll
Enabled
Enables or disables the drag and drop functionality in the browser.
bool Enabled { get; set; }
Property Value
- bool
true
if DragAndDrop is enabled,false
otherwise.
Exceptions
- ObjectDisposedException
The IDragAndDrop has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.