Options.SmartCursoring Property
Returns or sets a Boolean that represents whether smart cursoring is enabled. True enables smart cursoring.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property SmartCursoring As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.SmartCursoring
instance.SmartCursoring = value
bool SmartCursoring { get; set; }
Property Value
Type: System.Boolean
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.