Share via


Storing Data to and Reading From the Clipboard

The My.Computer.Clipboard object provides methods and properties that can be used to interact with the Clipboard, allowing the user to write data to or get data from the Clipboard, as well as to check whether data of a specified format exists on the Clipboard. The Clipboard is a set of functions and messages that enable applications to transfer data. Because all applications have access to the Clipboard, data can be transferred easily between them.

In This Section

Reference