Options.RepeatWord Property

Definition

Returns or sets a Boolean that represents whether to mark words that are repeated when spelling is checked. True flags repeated words. Read/write.

public:
 property bool RepeatWord { bool get(); void set(bool value); };
public bool RepeatWord { get; set; }
member this.RepeatWord : bool with get, set
Public Property RepeatWord As Boolean

Property Value

Boolean

Remarks

This property corresponds to the Flag repeated words check box on the Proofing tab of the Word Options dialog box.

Applies to