Options.MoveToTextColor Property

Returns or sets a WdColorIndex constant that represents the color of moved text. Read/write.

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

Syntax

'Declaration
Property MoveToTextColor As WdColorIndex
    Get
    Set
'Usage
Dim instance As Options
Dim value As WdColorIndex

value = instance.MoveToTextColor

instance.MoveToTextColor = value
WdColorIndex MoveToTextColor { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdColorIndex
Returns WdColorIndex.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace