SpellingError Class

Definition

Represents a misspelled word in an editing control (i.e. TextBox or RichTextBox).

public ref class SpellingError
public class SpellingError
type SpellingError = class
Public Class SpellingError
Inheritance
SpellingError

Properties

Suggestions

Gets a list of suggested spelling replacements for the misspelled word.

Methods

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)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
IgnoreAll()

Instructs the control to ignore this error and any duplicates for the remainder of the lifetime of the control.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to