OleDataObject.SetText Method
Include Protected Members
Include Inherited Members
Adds text data to the data object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
Adds text data to the data object in the UnicodeText format. (Inherited from DataObject.)
SetText(String, TextDataFormat)
Adds text data to the data object in the format indicated by the specified TextDataFormat value. (Inherited from DataObject.)
Top