View.ShowFormatChanges Property
True if character formatting is visible in outline view.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ShowFormatChanges As Boolean
Get
Set
'Usage
Dim instance As View
Dim value As Boolean
value = instance.ShowFormatChanges
instance.ShowFormatChanges = value
bool ShowFormatChanges { get; set; }
Property Value
Type: System.Boolean
Remarks
This property generates an error if the view isn't outline or master document view.