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)

Usage

Dim options1 As Options

Dim returnValue As WdVisualSelection
returnValue = options1.VisualSelection

Dim sampleValue As WdVisualSelection
options1.VisualSelection = sampleValue

Syntax

Property VisualSelection() As WdVisualSelection
WdVisualSelection VisualSelection {get; set;}
property WdVisualSelection^ VisualSelection{
    WdVisualSelection^ get();
    Void set(WdVisualSelection^);
}
public WdVisualSelection get_VisualSelection();
public void set_VisualSelection(WdVisualSelection);
function get VisualSelection() : WdVisualSelection;
function set VisualSelection(WdVisualSelection);

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Options Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Options Members