Click or drag to resize

DragEventDataObject Property

Gets the Windows-specific representation of the drop data.

Namespace:  DotNetBrowser.Input.DragAndDrop.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public IDataObject DataObject { get; }

Property Value

Type: IDataObject
The IDataObject instance or null if the Windows-specific representation is not available.
Remarks
This functionality is available for .NET Framework on Windows only when the "--enable-com-in-drag-drop" Chromium switch is specified.
See Also