SpellingError Class
Represents a misspelled word in an editing control (i.e. TextBox or RichTextBox).
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | Suggestions | Gets a list of suggested spelling replacements for the misspelled word. |
| Name | Description | |
|---|---|---|
![]() | Correct(String^) | Replaces the spelling error text with the specified correction. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | IgnoreAll() | Instructs the control to ignore this error and any duplicates for the remainder of the lifetime of the control. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


