SpellingReform 枚举

定义

指定文本编辑控件的拼写检查器使用的拼写改革规则(即 TextBoxRichTextBox)。

public enum class SpellingReform
public enum SpellingReform
type SpellingReform = 
Public Enum SpellingReform
继承
SpellingReform

字段

Postreform 2

使用拼写改革之后的拼写规则。

PreAndPostreform 0

使用拼写改革之前和之后的拼写规则。

Prereform 1

使用拼写改革之前的拼写规则。

注解

此枚举确定的拼写改革规则是指法语和德语拼写改革。 与任何其他语言一起使用时,此枚举不起作用。

适用于