Options.SmartCursoring 属性

定义

返回或设置一个 boolean 类型的值 ,该值表示是否启用智能指针。 使智能指针。

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

属性值

注解

SmartCursoring 属性对应于 选项对话框中,选择默认情况下 使用智能指针选择 编辑选项卡中。

SmartCursoring 属性为 True ,当在文档中滚动使用 PAGE DOWN 键将光标移到当前页。 如果 SmartCursoring 属性为 False ,光标将保持上一编辑位置。

适用于