public interface IDataObjectPublic Interface IDataObjecttype IDataObject = interface end| Contains(String) | Checks whether a given DataFormat is present in this object |
| Get(String) | Tries to get the data of the given DataFormat. |
| GetDataFormats | Lists all formats which are present in the DataObject. |
| GetFiles |
Returns a list of files if the DataObject contains files or filenames.
.
(Defined by DataObjectExtensions) |
| GetText |
Returns the dragged text if the DataObject contains any text.
(Defined by DataObjectExtensions) |