DataObject Properties |
The DataObject type exposes the following members.
| Name | Description | |
|---|---|---|
| ContainsHtml |
Gets a value indicating whether this DataObject contains a value for Html.
| |
| ContainsImage |
Gets a value indicating whether this DataObject contains a value for Image.
| |
| ContainsText |
Gets a value indicating whether this DataObject contains a value for Text.
| |
| ContainsUris |
Gets a value indicating whether this DataObject contains a value for Uris.
| |
| Html |
Gets or sets html text in the data object.
| |
| Image |
Gets or sets an image in the data object.
| |
| Text |
Gets or sets the plain text in the data object.
| |
| Types |
Gets the types of data in the data object to be used with GetString(String) and GetData(String) | |
| Uris |
Gets or sets the Uri's of the files in the data object
|