Property DataObject
- Namespace
- DotNetBrowser.Input.DragAndDrop.Handlers
- Assembly
- DotNetBrowser.dll
DataObject
Gets the Windows-specific representation of the drop data.
public IDataObject DataObject { get; }
Property Value
- 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.