SpellingReform Enum
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.
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
- Inheritance
Fields
Name | Value | Description |
---|---|---|
PreAndPostreform | 0 | Use spelling rules from both before and after the spelling reform. |
Prereform | 1 | Use spelling rules from before the spelling reform. |
Postreform | 2 | Use spelling rules from after the spelling reform. |
Remarks
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.