Click or drag to resize
IDragData Methods
Version 63.0.0

The IDragData type exposes the following members.

Methods
  NameDescription
Public methodAddFile
Add a file that is being dragged into the webview.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetFileContents
Gets the contents of the File as a Stream For a suggested filename check the FileName property
Public methodResetFileContents
Reset the file contents. You should do this before calling CefBrowserHost::DragTargetDragEnter as the web view does not allow us to drag in this kind of data.
Top
See Also