Gets or sets the formats of data the control can accept when the user drags it onto the control. The property's value can be a bitwise OR combination of the values listed below. The bitwise AND operator can be used to test for a given format.
public DropFormat DropFormats { get; set; }Public Property DropFormats() As DropFormat| Member | Description |
|---|---|
| HTMLFormat | The control accepts HTML Format. |
| Image | The control accepts images (Device dependent or device independent bitmaps, TIFF images or Windows metafiles). |
| Plain |
The control accepts plain text. |
| Rich |
The control accepts Rich Text Format. |