DataObject::SetData Method
.NET Framework (current version)
Adds an object to the DataObject.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | SetData(Object^) | Adds the specified object to the DataObject using the object type as the data format. |
![]() | 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. |
![]() | SetData(String^, Object^) | Adds the specified object to the DataObject using the specified format. |
![]() | SetData(Type^, Object^) | Adds the specified object to the DataObject using the specified type as the format. |
Show:
