IClipboardService Interface |
Namespace: Cimbalino.Toolkit.Services
public interface IClipboardService
The IClipboardService type exposes the following members.
Name | Description | |
---|---|---|
ContainsApplicationLink |
Gets a value indicating whether the clipboard contains an application link.
| |
ContainsBitmap |
Gets a value indicating whether the clipboard contains a bitmap.
| |
ContainsHtml |
Gets a value indicating whether the clipboard contains HTML text.
| |
ContainsRtf |
Gets a value indicating whether the clipboard contains RTF text.
| |
ContainsText |
Gets a value indicating whether the clipboard contains text.
| |
ContainsWebLink |
Gets a value indicating whether the clipboard contains a web link.
|
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.
|