IClipboard |
The IClipboardGetDataObject type exposes the following members.
| Name | Description | |
|---|---|---|
| ContainsFileDropList | Determines whether the clipboard contains a file-drop list. | |
| ContainsImage | Determines whether the clipboard contains an image. | |
| GetBitmapImageAsOptimizedMemoryStream | Gets the bitmap image on the clipboard as optimized memory stream. Optimized means that it will be tested whether compression with jpeg or with png is more efficient, and the stream that is smaller in size will be returned. | |
| GetData(String) | Gets clipboard data for the specified format. | |
| GetData(Type) | Gets clipboard data for the specified type. | |
| GetDataPresent(String) | Determines whether data in the specified format is present. | |
| GetDataPresent(Type) | Determines whether data of the specified type is present. | |
| GetFileDropList | Gets the file-drop list from the clipboard. | |
| GetFormats | Gets the available clipboard formats. | |
| GetImage | Gets the image (or null if no image is present). |