Provides methods for manipulating the Clipboard.
| C# | Visual Basic |
public class ClipboardProxy
Public Class ClipboardProxy
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| Clear()()()() |
Clears the Clipboard.
| |
| ContainsData(String) |
Indicates whether the Clipboard contains data in the specified custom format.
| |
| ContainsImage()()()() |
Returns a Boolean indicating whether an image is stored on the Clipboard.
| |
| ContainsText()()()() |
Determines if there is text on the Clipboard.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetData(String) |
Retrieves data in a custom format from the Clipboard.
| |
| GetDataObject()()()() |
Retrieves data from the Clipboard as an IDataObject.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetImage()()()() |
Retrieves an image from the Clipboard.
| |
| GetText()()()() |
Retrieves text from the Clipboard.
| |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| SetData(String, Object) |
Writes data in a custom format to the Clipboard.
| |
| SetDataObject(DataObject) |
Writes a DataObject to the Clipboard.
| |
| SetImage(Image) |
Writes an image to the Clipboard.
| |
| SetText(String) |
Writes text to the Clipboard.
| |
| ToString()()()() | (Inherited from Object.) |
| Object | |
| ClipboardProxy | |