| IClipboardService Methods |
The IClipboardService type exposes the following members.
| Name | Description | |
|---|---|---|
| GetApplicationLinkAsync |
Gets the application link in the clipboard.
| |
| GetBitmapAsync |
Gets the bitmap in the clipboard.
| |
| GetHtmlAsync |
Gets the HTML text in the clipboard.
| |
| GetRtfAsync |
Gets the RTF text in the clipboard.
| |
| GetTextAsync |
Gets the text in the clipboard.
| |
| GetWebLinkAsync |
Gets the web link in the clipboard.
| |
| SetApplicationLink |
Sets the current application link content that is stored in the clipboard.
| |
| SetBitmap |
Sets the current bitmap content that is stored in the clipboard.
| |
| SetHtml |
Sets the current HTML text content that is stored in the clipboard.
| |
| SetRtf |
Sets the current RTF text content that is stored in the clipboard.
| |
| SetText |
Sets the current text content that is stored in the clipboard.
| |
| SetWebLink |
Sets the current web link content that is stored in the clipboard.
|