SpellingReform Enum

Definition

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
SpellingReform

Fields

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.

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.

Applies to