DataObject::SetData Method

 

Adds an object to the DataObject.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubmethodSetData(Object^)

Adds the specified object to the DataObject using the object type as the data format.

System_CAPS_pubmethodSetData(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.

System_CAPS_pubmethodSetData(String^, Object^)

Adds the specified object to the DataObject using the specified format.

System_CAPS_pubmethodSetData(Type^, Object^)

Adds the specified object to the DataObject using the specified type as the format.

Return to top
Show: