Click or drag to resize

IDragData Methods

Version 94.4.20

The IDragData type exposes the following members.

Methods
  NameDescription
Public methodAddFile
Add a file that is being dragged into the webview.
Public methodClone
Gets a copy of the current drag data
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetFileContents
Write the contents of the file being dragged out of the web view into the provided 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