Options.EnableLiveDrag 属性

定义

返回或设置 C#) 中布尔值 (布尔值,如果启用实时拖动,则为 True。 读写。

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

属性值

注解

EnableLiveDrag 设置为 True 相当于在“Word选项”对话框的“常规”选项卡上的“用户界面选项”下拖动时选择“更新文档内容”。 (“文件”选项卡上的“选择选项”。)

适用于