Click or drag to resize

IDataObject Properties

The IDataObject type exposes the following members.

Properties
  NameDescription
Public propertyContainsHtml
Gets a value indicating whether this IDataObject contains a value for Html.
Public propertyContainsImage
Gets a value indicating whether this IDataObject contains a value for Image.
Public propertyContainsText
Gets a value indicating whether this IDataObject contains a value for Text.
Public propertyContainsUris
Gets a value indicating whether this IDataObject contains a value for Uris.
Public propertyHtml
Gets or sets html text in the data object.
Public propertyImage
Gets or sets an image in the data object.
Public propertyText
Gets or sets the plain text in the data object.
Public propertyTypes
Gets the type id's for each type of data in the data object.
Public propertyUris
Gets or sets the Uri's of the files in the data object.
Top
See Also