View.ShowFormat 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 ShowFormat As Boolean
    Get
    Set
'Usage
Dim instance As View
Dim value As Boolean

value = instance.ShowFormat

instance.ShowFormat = value
bool ShowFormat { get; set; }

Property Value

Type: System.Boolean

Remarks

This property generates an error if the view isn't outline or master document view.

See Also

Reference

View Interface

View Members

Microsoft.Office.Interop.Word Namespace