August 2001
Intermediate to advanced
656 pages
18h 5m
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.
Clipboard.Object
Read now
Unlock full access