Options.VisualSelection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.