April 2002
Intermediate to advanced
688 pages
19h 51m
English
IDataObject Interface
System.Windows.Forms
No
The IDataObject interface is used by the Clipboard
for data-transfer operations. It is also used for drag-and-drop
operations. An instance of the IDataObject
interface is returned by the Clipboard object’s
GetData method.
Those methods marked with a plus sign (+) are covered in more detail in their own entries:
| GetData + |
| GetDataPresent + |
| GetFormats + |
| SetData |
The IDataObject interface is new to VB.NET.
Read now
Unlock full access