Options.EnableLiveDrag Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.)