Table of contents:
Return | bool |
Returns true if the drag data is a link.
Return | bool |
Returns true if the drag data is a text or html fragment.
Return | string |
Return the link URL that is being dragged.
Return | string |
Return the title associated with the link being dragged.
Return | string |
Return the plain text fragment that is being dragged.
Return | string |
Return the text/html fragment that is being dragged.
Return | Image |
Description from upstream CEF:
Get the image representation of drag data. May return NULL if no image representation is available.
Check with HasImage() first, otherwise if there is no image an exception is thrown.
Return | Image |
Get the image hotspot (drag start location relative to image dimensions).
Return | bool |
Returns true if an image representation of drag data is available.