Options.VisualSelection Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::WdVisualSelection VisualSelection { Microsoft::Office::Interop::Word::WdVisualSelection get(); void set(Microsoft::Office::Interop::Word::WdVisualSelection value); };
public Microsoft.Office.Interop.Word.WdVisualSelection VisualSelection { get; set; }
member this.VisualSelection : Microsoft.Office.Interop.Word.WdVisualSelection with get, set
Public Property VisualSelection As WdVisualSelection

Property Value

Remarks

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

Applies to