Name |
Description |
FileDropConsumer |
This data consumer creates an item for every entry in a string array. It is meant to consume a FileDrop or a FileNameW. It knows how to create items for a TabControl, ListBox or TreeView. |
StringToCanvasTextBlock |
This data consumer looks for an object of type string. When the item is dropped, a TextBlock is created with its text initialized to the contents of the data string. The TextBlock's origin is placed on the canvas at the point where the string was dropped. |
TrashConsumer |
This data consumer looks for all data formats specified in the constructor. When dropped, erase (Unparent) the source object. |