Options.RepeatWord 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 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.