Window.DocumentMap Property

True if the document map is visible.

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

Syntax

'Declaration
Property DocumentMap As Boolean
    Get
    Set
'Usage
Dim instance As Window
Dim value As Boolean

value = instance.DocumentMap

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

Property Value

Type: System.Boolean

See Also

Reference

Window Interface

Window Members

Microsoft.Office.Interop.Word Namespace