_Application.RestrictLinkedStyles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Boolean that represents whether Microsoft Office Word allows linked styles. Read/write.
public:
property bool RestrictLinkedStyles { bool get(); void set(bool value); };
public bool RestrictLinkedStyles { get; set; }
member this.RestrictLinkedStyles : bool with get, set
Public Property RestrictLinkedStyles As Boolean
Property Value
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.