Options.RepeatWord 属性

定义

返回或设置 Boolean 值,该值表示在检查拼写时是否标记重复的单词。 如果为 True,将标记重复的单词。 读/写。

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

属性值

Boolean

注解

此属性对应于“Word 选项”对话框的“校对”选项卡上的“标记重复单词”复选框。

适用于