Clipboard Properties |
The Clipboard type exposes the following members.
| Name | Description | |
|---|---|---|
| ContainsHtml | ||
| ContainsImage | ||
| ContainsText | ||
| ContainsUris | ||
| Html |
Gets or sets html text in the clipboard.
| |
| Image |
Gets or sets an image in the clipboard.
| |
| Instance |
Gets the shared clipboard instance
| |
| Text |
Gets or sets the plain text in the clipboard.
| |
| Types |
Gets the type id's for each type of data in the clipboard.
| |
| Uris |
Gets or sets the Uri's of the files in the clipboard.
|