Clipboard Class |
Namespace: Eto.Forms
The Clipboard type exposes the following members.
| Name | Description | |
|---|---|---|
| ContainsHtml |
Gets a value indicating whether this Clipboard contains a value for Html.
| |
| ContainsImage |
Gets a value indicating whether this Clipboard contains a value for Image.
| |
| ContainsText |
Gets a value indicating whether this Clipboard contains a value for Text.
| |
| ContainsUris |
Gets a value indicating whether this Clipboard contains a value for Uris.
| |
| 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.
|
| Name | Description | |
|---|---|---|
| Clear |
Clears the clipboard completely of all values
| |
| Contains |
Gets a value indicating that data with the specified type is contained in the clipboard.
| |
| GetData |
Gets a data array from the clipboard with the specified type identifier.
| |
| GetDataStream |
Gets the data stream with the specified type identifier.
| |
| GetObject(String) |
Gets a serialized value with the specified type identifier.
| |
| GetObjectT(String) |
Gets an object from the data object with the specified type
| |
| GetString |
Gets a string from the clipboard with the specified type identifier.
| |
| SetData |
sets a data array into the clipboard with the specified type identifier.
| |
| SetDataStream |
Sets a data stream into the clipboard with the specified type identifier.
| |
| SetObject |
Sets the value into the data object with the specified type using serialization or type converter
| |
| SetString |
Sets a string into the clipboard with the specified type identifier.
|