Share via


AllowDragAndDrop Property

True if dragging and dropping can be used to move or copy a selection. Read/write Boolean.

Example

This example turns on the drag-and-drop editing feature.

Options.AllowDragAndDrop = True

This example returns the status the Drag-and-Drop text editing option on the Edit tab in the Options dialog box.

Dim blnDragAndDrop as Boolean

blnDragAndDrop = Options.AllowDragAndDrop

Applies to | Options Object

See Also | Copy Method | Move Method | Paste Method | SmartCutPaste Property