Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The My.Computer.Clipboard Object provides methods for working with the clipboard.
Methods
Method |
Description |
---|---|
Clears the clipboard. This method is available only for non-server applications. |
|
Determines whether the clipboard contains audio data. This method is available only for non-server applications. |
|
Determines whether the clipboard contains data in the specified custom format. This method is available only for non-server applications. |
|
Determines whether the clipboard contains a FileDropList. This method is available only for non-server applications. |
|
Determine whether the clipboard contains an image. This method is available only for non-server applications. |
|
Determines whether the clipboard contains text. This method is available only for non-server applications. |
|
Retrieves an audio stream from the clipboard. This method is available only for non-server applications. |
|
Retrieves data from the clipboard. This method is available only for non-server applications. |
|
Retrieves a data object from the clipboard. This method is available only for non-server applications. |
|
Retrieves a FileDropList from the clipboard. This method is available only for non-server applications. |
|
Retrieves an image from the clipboard. This method is available only for non-server applications. |
|
Retrieves text from the clipboard. This method is available only for non-server applications. |
|
Writes audio data to the clipboard. This method is available only for non-server applications. |
|
Writes data in the specified custom format to the clipboard. This method is available only for non-server applications. |
|
Writes a data object to the clipboard. This method is available only for non-server applications. |
|
Writes a FileFropList to the clipboard. This method is available only for non-server applications. |
|
Writes an image to the clipboard. This method is available only for non-server applications. |
|
Writes text to the clipboard. This method is available only for non-server applications. |
See Also
Tasks
How to: Clear the Clipboard in Visual Basic
How to: Read from the Clipboard in Visual Basic
How to: Determine What Type of File is Stored on the Clipboard in Visual Basic
How to: Write to the Clipboard in Visual Basic
How to: Retrieve an Image from the Clipboard in Visual Basic
How to: Save an Audio Stream to the Clipboard in Visual Basic