Clipboard Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| 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 | Overloaded. Determines whether two Object instances are equal. (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) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| SetAudio | Overloaded. Adds data to the Clipboard in the WaveAudio format. |
| SetData | Adds data to the Clipboard in the specified format. |
| SetDataObject | Overloaded. Places data on the system Clipboard. |
| SetFileDropList | Adds a collection of file names to the Clipboard in the FileDrop format. |
| SetImage | Adds an Image to the Clipboard in the Bitmap format. |
| SetText | Overloaded. Adds text data to the Clipboard. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| 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) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |