View.ShowMainTextLayer Property
True if the text in the specified document is visible when the header and footer areas are displayed.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ShowMainTextLayer As Boolean
Get
Set
'Usage
Dim instance As View
Dim value As Boolean
value = instance.ShowMainTextLayer
instance.ShowMainTextLayer = value
bool ShowMainTextLayer { get; set; }
Property Value
Type: System.Boolean
Remarks
The ShowMainTextLayer property is equivalent to the Show/Hide Document Text button on the Header and Footer toolbar.