DragNDropTextEditing Property

      Applies To

Sets or returns a Boolean value determining whether the editor supports drag and drop text editing.

Syntax

Property Get DragNDropTextEditing () As Boolean

Property Let DragNDropTextEditing (Boolean)

This syntax has these parts:

Part Description
Boolean A Boolean value indicating whether drag and drop text editing is supported. True means yes, False means no.

Remarks

Text editors often allow you to select a region and then left click and drag the region to a new location in the document. That performs a cut and paste operation. You may also be able to CTRL-LeftClick text, and drag it to a new location, performing a copy and paste operation. The DragNDropTextEditing property setting indicates whether the Visual Studio editor allows drag and drop text editing.