SpellingReform 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定文本编辑控件的拼写检查器使用的拼写改革规则(即 TextBox 或 RichTextBox)。
public enum class SpellingReform
public enum SpellingReform
type SpellingReform =
Public Enum SpellingReform
- 继承
字段
Postreform | 2 | 使用拼写改革之后的拼写规则。 |
PreAndPostreform | 0 | 使用拼写改革之前和之后的拼写规则。 |
Prereform | 1 | 使用拼写改革之前的拼写规则。 |
注解
此枚举确定的拼写改革规则是指法语和德语拼写改革。 与任何其他语言一起使用时,此枚举不起作用。