Click or drag to resize
Cimbalino ToolkitIClipboardService Interface
Represents a service capable of handling the system clipboard.

Namespace: Cimbalino.Toolkit.Services
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public interface IClipboardService

The IClipboardService type exposes the following members.

Properties
  NameDescription
Public propertyContainsApplicationLink
Gets a value indicating whether the clipboard contains an application link.
Public propertyContainsBitmap
Gets a value indicating whether the clipboard contains a bitmap.
Public propertyContainsHtml
Gets a value indicating whether the clipboard contains HTML text.
Public propertyContainsRtf
Gets a value indicating whether the clipboard contains RTF text.
Public propertyContainsText
Gets a value indicating whether the clipboard contains text.
Public propertyContainsWebLink
Gets a value indicating whether the clipboard contains a web link.
Top
Methods
  NameDescription
Public methodGetApplicationLinkAsync
Gets the application link in the clipboard.
Public methodGetBitmapAsync
Gets the bitmap in the clipboard.
Public methodGetHtmlAsync
Gets the HTML text in the clipboard.
Public methodGetRtfAsync
Gets the RTF text in the clipboard.
Public methodGetTextAsync
Gets the text in the clipboard.
Public methodGetWebLinkAsync
Gets the web link in the clipboard.
Public methodSetApplicationLink
Sets the current application link content that is stored in the clipboard.
Public methodSetBitmap
Sets the current bitmap content that is stored in the clipboard.
Public methodSetHtml
Sets the current HTML text content that is stored in the clipboard.
Public methodSetRtf
Sets the current RTF text content that is stored in the clipboard.
Public methodSetText
Sets the current text content that is stored in the clipboard.
Public methodSetWebLink
Sets the current web link content that is stored in the clipboard.
Top
Version Information

Portable

Supported in: 4.5

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also