View.ReadingLayoutAllowEditing Property
Returns a Boolean that represents whether to allow editing of text in Reading Layout mode. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ReadingLayoutAllowEditing As Boolean
Get
Set
'Usage
Dim instance As View
Dim value As Boolean
value = instance.ReadingLayoutAllowEditing
instance.ReadingLayoutAllowEditing = value
bool ReadingLayoutAllowEditing { get; set; }
Property Value
Type: System.Boolean
Boolean
Remarks
This property corresponds to the Allow Typing / Don't Allow Typing option on the View Options menu in Reading Layout mode.
Note
You cannot set this property if you are in a view other than Reading Layout mode.
Examples
The following example causes Microsoft Office Word to not allow editing of text in Reading Layout mode.