CefDragData MethodsXilium.CefGlue

[This is preliminary documentation and is subject to change.]

The CefDragData type exposes the following members.
Methods

  NameDescription
Public methodAddFile
Add a file that is being dragged into the webview.
Public methodClone
Returns a copy of the current object.
Public methodStatic memberCreate
Create a new CefDragData object.
Public methodDispose
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize (Overrides OnlineObject Finalize .)
Public methodGetFileContents
Write the contents of the file being dragged out of the web view into |writer|. Returns the number of bytes sent to |writer|. If |writer| is NULL this method will return the size of the file contents in bytes. Call GetFileName() to get a suggested name for the file.
Public methodGetFileNames
Retrieve the list of file names that are being dragged into the browser window.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
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.
Public methodSetFragmentBaseURL
Set the base URL that the fragment came from.
Public methodSetFragmentHtml
Set the text/html fragment that is being dragged.
Public methodSetFragmentText
Set the plain text fragment that is being dragged.
Public methodSetLinkMetadata
Set the metadata associated with the link being dragged.
Public methodSetLinkTitle
Set the title associated with the link being dragged.
Public methodSetLinkURL
Set the link URL that is being dragged.
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
See Also