Options.AllowDragAndDrop Property
True if dragging and dropping can be used to move or copy a selection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AllowDragAndDrop As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.AllowDragAndDrop
instance.AllowDragAndDrop = value
bool AllowDragAndDrop { get; set; }
Property Value
Type: System.Boolean