
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.
Introduced: 15.1.
[C#]
public DropFormat DropFormats { get; set; }
[Visual Basic]
Public Property DropFormats() As DropFormat
| Value | Description | |
| HTMLFormat | The control accepts HTML Format. | |
| Image | The control accepts images (Device dependent or device independent bitmaps, TIFF images or Windows metafiles). | |
| PlainText | The control accepts plain text. | |
| RichTextFormat | The control accepts Rich Text Format. |