Options.EnableLiveDrag Property

Definition

Returns or sets a Boolean (bool in C#) that is True if live drag is enabled. Read-write.

public:
 property bool EnableLiveDrag { bool get(); void set(bool value); };
public bool EnableLiveDrag { get; set; }
member this.EnableLiveDrag : bool with get, set
Public Property EnableLiveDrag As Boolean

Property Value

Remarks

Setting EnableLiveDrag to True is the equivalent of selecting Update document content while dragging under User Interface options on the General tab of the Word Options dialog box. (Choose Options on the File tab.)

Applies to