Clipboard Methods
Silverlight
The Clipboard type exposes the following members.
| Name | Description | |
|---|---|---|
|
ContainsText | Queries the clipboard for the presence of data in the UnicodeText format. |
|
GetText | Retrieves Unicode text data from the system clipboard, if Unicode text data exists. |
|
SetText | Sets Unicode text data to store on the clipboard, for later access with GetText. |