IClipboard |
public interface IClipboardSetDataObject
The IClipboardSetDataObject type exposes the following members.
| Name | Description | |
|---|---|---|
| SetCommaSeparatedValues | Sets comma-separated values text on the clipboard. | |
| SetData(String, Object) | Sets clipboard data using a string format. | |
| SetData(Type, Object) | Sets clipboard data using a type format. | |
| SetFileDropList | Sets a file-drop list on the clipboard. | |
| SetImage | Sets an image on the clipboard. |