Options.SmartCursoring 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 that represents whether smart cursoring is enabled. True enables smart cursoring.
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
Property Value
Remarks
The SmartCursoring property corresponds to the Use Smart Cursoring option in the Edit tab of the Options dialog box, which is selected by default.
When the SmartCursoring property is True, scrolling in a document by using the PAGE DOWN key will move the cursor to the current page. If the SmartCursoring property is False, the cursor remains in the last edited position.