Options.VisualSelection Property

Returns or sets the selection behavior based on visual cursor movement in a right-to-left language document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property VisualSelection As WdVisualSelection
    Get
    Set
'Usage
Dim instance As Options
Dim value As WdVisualSelection

value = instance.VisualSelection

instance.VisualSelection = value
WdVisualSelection VisualSelection { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdVisualSelection

Remarks

The CursorMovement property must be set to wdCursorMovementVisual in order to use this property.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace