.NET Framework Class Library
SpellingReform Enumeration
Specifies the spelling reform rules used by the spellchecker of the text editing control (i.e. TextBox or RichTextBox).
Assembly: PresentationFramework (in PresentationFramework.dll)
Syntax
Visual Basic
Public Enumeration SpellingReform
C#
public enum SpellingReform
Visual C++
public enum class SpellingReform
F#
type SpellingReform
XAML Attribute Usage
<object property="enumerationMemberName" .../>
Members
| Member name | Description | |
|---|---|---|
| PreAndPostreform | Use spelling rules from both before and after the spelling reform. | |
| Prereform | Use spelling rules from before the spelling reform. | |
| Postreform | 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.
Version Information
.NET Framework
Supported in: 4, 3.5, 3.0.NET Framework Client Profile
Supported in: 4, 3.5 SP1Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
See Also