TXTextControl.AllowDrag Property

Gets or sets a value indicating whether the control can be a source of a Drag&Drop operation. To allow the control to accept data that the user drags onto it, the AllowDrop property must be set to true.

Introduced: 15.1.

Syntax

TXTextControl.AllowDrag

Data Types

Boolean.

See Also