Click or drag to resize

IBrowserDragAndDrop Property

Gets the IDragAndDrop instance that can be used for managing drag&drop operations for the browser.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IDragAndDrop DragAndDrop { get; }

Property Value

Type: IDragAndDrop
The IDragAndDrop instance associated with this IBrowser.
See Also