DataObject.SetData Method
.NET Framework 2.0
Adds an object to the DataObject.
DataObject Members
System.Windows.Forms Namespace
GetDataPresent
GetData
GetFormats
| Name | Description |
|---|---|
| DataObject.SetData (Object) | Adds the specified object to the DataObject using the object type as the data format. Supported by the .NET Compact Framework. |
| DataObject.SetData (String, Object) | Adds the specified object to the DataObject using the specified format. Supported by the .NET Compact Framework. |
| DataObject.SetData (Type, Object) | Adds the specified object to the DataObject using the specified type as the format. Supported by the .NET Compact Framework. |
| DataObject.SetData (String, Boolean, Object) | Adds the specified object to the DataObject using the specified format and indicating whether the data can be converted to another format. Supported by the .NET Compact Framework. |
Reference
DataObject ClassDataObject Members
System.Windows.Forms Namespace
GetDataPresent
GetData
GetFormats