Cef |
The CefDragData type exposes the following members.
| Name | Description | |
|---|---|---|
| FileName | Return the name of the file being dragged out of the browser window. | |
| FragmentBaseUrl | Return the base URL that the fragment came from. This value is used for resolving relative URLs and may be empty. | |
| FragmentHtml | Return the text/html fragment that is being dragged. | |
| FragmentText | Return the plain text fragment that is being dragged. | |
| IsFile | Returns true if the drag data is a file. | |
| IsFragment | Returns true if the drag data is a text or html fragment. | |
| IsLink | Returns true if the drag data is a link. | |
| IsReadOnly | Returns true if this object is read-only. | |
| LinkMetadata | Return the metadata, if any, associated with the link being dragged. | |
| LinkTitle | Return the title associated with the link being dragged. | |
| LinkUrl | Return the link URL that is being dragged. |