Adds the specified object to the System.Windows.Forms.DataObject using the specified format and indicating whether the data can be converted to another format.
- format
- The format associated with the data. See System.Windows.Forms.DataFormats for predefined formats.
- autoConvert
- true to allow the data to be converted to another format; otherwise, false.
- data
- The data to store.
If you do not know the format of the target application, you can store data in multiple formats using this method.