MSHTML Classes: CDataTransfer

The CDataTransfer class is the internal implementation of what MSHTML exposes for scripting as the dataTransfer object.

Scripting

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