Window.ShowSourceDocuments Property

Returns or sets a WdShowSourceDocuments constant that represents how Microsoft Office Word displays source documents after a compare and merge process. Read/write.

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

Syntax

'Declaration
Property ShowSourceDocuments As WdShowSourceDocuments
    Get
    Set
'Usage
Dim instance As Window
Dim value As WdShowSourceDocuments

value = instance.ShowSourceDocuments

instance.ShowSourceDocuments = value
WdShowSourceDocuments ShowSourceDocuments { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdShowSourceDocuments
WdShowSourceDocuments

See Also

Reference

Window Interface

Window Members

Microsoft.Office.Interop.Word Namespace