_Application.RestrictLinkedStyles Property
Returns or sets a Boolean that represents whether Microsoft Office Word allows linked styles. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property RestrictLinkedStyles As Boolean
Get
Set
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.RestrictLinkedStyles
instance.RestrictLinkedStyles = value
bool RestrictLinkedStyles { get; set; }
Property Value
Type: System.Boolean
Boolean
Remarks
Linked styles are styles that can be applied either as character styles or as paragraph styles. This property corresponds to the Disable Linked Styles check box in the Styles dialog box.