Click or drag to resize

IDragAndDropEnabled Property

Enables or disables the drag and drop functionality in the browser.

Namespace:  DotNetBrowser.Input.DragAndDrop
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
bool Enabled { get; set; }

Property Value

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