_Application.RestrictLinkedStyles Property

Definition

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.

Applies to