| Home | Table of Contents | Please view with Internet Explorer (version 5.00 or higher) and enable scripting. For reasons, see Browsing This Web Site. |
The CDataTransfer class is the internal implementation of what MSHTML exposes for scripting as the dataTransfer object.
The table below lists the interface members that the CDataTransfer class exposes as properties through its string table.
| Property | Interface | Member |
|---|---|---|
| setData | IHTMLDataTransfer | setData |
| getData | IHTMLDataTransfer | getData |
| dropEffect | IHTMLDataTransfer | get_dropEffect put_dropEffect |
| clearData | IHTMLDataTransfer | clearData |
| effectAllowed | IHTMLDataTransfer | get_effectAllowed put_effectAllowed |