Click or drag to resize
Cimbalino ToolkitIClipboardService Methods

The IClipboardService type exposes the following members.

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
See Also