Clipboard Class

Definition

Provides a way to work with text on the device clipboard.

public static class Clipboard
Inheritance
Clipboard

Properties

HasText

Gets a value indicating whether there is any text on the clipboard.

Methods

GetTextAsync()

Returns any text that is on the clipboard.

SetTextAsync(String)

Sets the contents of the clipboard to be the specified text.

Events

ClipboardContentChanged

Fires when the clipboard content changes.

Applies to