Clipboard Members
.NET Framework 3.5
Provides methods to place data on and retrieve data from the system Clipboard. This class cannot be inherited.
The Clipboard type exposes the following members.
| Name | Description | |
|---|---|---|
|
Clear | Removes all data from the Clipboard. |
|
ContainsAudio | Indicates whether there is data on the Clipboard in the WaveAudio format. |
|
ContainsData | Indicates whether there is data on the Clipboard that is in the specified format or can be converted to that format. |
|
ContainsFileDropList | Indicates whether there is data on the Clipboard that is in the FileDrop format or can be converted to that format. |
|
ContainsImage | Indicates whether there is data on the Clipboard that is in the Bitmap format or can be converted to that format. |
|
ContainsText | Overloaded. Indicates whether there is text data on the Clipboard. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetAudioStream | Retrieves an audio stream from the Clipboard. |
|
GetData | Retrieves data from the Clipboard in the specified format. |
|
GetDataObject | Retrieves the data that is currently on the system Clipboard. |
|
GetFileDropList | Retrieves a collection of file names from the Clipboard. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetImage | Retrieves an image from the Clipboard. |
|
GetText | Overloaded. Retrieves text data 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.) |
|
SetAudio | Overloaded. Clears the Clipboard and then adds data in the WaveAudio format, replacing the existing data. |
|
SetData | Clears the Clipboard and then adds data in the specified format. |
|
SetDataObject | Overloaded. Clears the Clipboard and then adds data to it. |
|
SetFileDropList | Clears the Clipboard and then adds a collection of file names in the FileDrop format. |
|
SetImage | Clears the Clipboard and then adds an Image in the Bitmap format. |
|
SetText | Overloaded. Clears the Clipboard and then adds text data to it. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |