IDragData Methods |
The IDragData type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddFile |
Add a file that is being dragged into the webview.
|
![]() | Clone |
Gets a copy of the current drag data
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetFileContents | |
![]() | ResetFileContents |
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.
|