SpellingReform 枚举
定义
指定文本编辑控件的拼写检查器使用的拼写改革规则(即 TextBox 或 RichTextBox)。Specifies the spelling reform rules used by the spellchecker of the text editing control (i.e. TextBox or RichTextBox).
public enum class SpellingReform
public enum SpellingReform
type SpellingReform =
Public Enum SpellingReform
- 继承
字段
Postreform | 2 | 使用拼写改革之后的拼写规则。Use spelling rules from after the spelling reform. |
PreAndPostreform | 0 | 使用拼写改革之前和之后的拼写规则。Use spelling rules from both before and after the spelling reform. |
Prereform | 1 | 使用拼写改革之前的拼写规则。Use spelling rules from before the spelling reform. |
注解
此枚举确定的拼写改革规则是指法语和德语拼写抽取。The spelling reform rules determined by this enumeration refer to the French and German spelling reforms. 此枚举在与任何其他语言一起使用时不起作用。This enumeration has no effect when used with any other language.