Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.