Spell Checking Snd Hyphenation

Classes

Class Description
TXTextControl.HyphenateWordEventArgs The HyphenateWordEventArgs class provides data for the TextControl.HyphenateWord, ServerTextControl.HyphenateWord and WPF.TextControl.HyphenateWord events.
TXTextControl.MisspelledWord The MisspelledWord class represents a misspelled word in a document's text.
TXTextControl.MisspelledWordCollection An instance of the MisspelledWordCollection class contains all misspelled words in the main part of a Text Control document.
TXTextControl.SpellCheckTextEventArgs The SpellCheckTextEventArgs class provides data for the TextControl.SpellCheckText and WPF.TextControl.SpellCheckText events.

Constructors

Constructor Description
TXTextControl.MisspelledWord Initializes a new instance of the MisspelledWord class with the specified starting position and length.

Events

Event Description
TXTextControl.ServerTextControl.HyphenateWord Occurs, if a word does not fit on the line and must be hyphenated.
TXTextControl.ServerTextControl.SpellCheckText Occurs, if the document's text has been altered and the spelling of the new text must be checked.
TXTextControl.TextControl.HyphenateWord Occurs, if a word does not fit in the line and must be hyphenated.
TXTextControl.TextControl.SpellCheckText Occurs, if the document's text has been altered and the spelling of the new text must be checked.

Methods

Method Description
TXTextControl.MisspelledWord.Select Selects the misspelled word in the text.
TXTextControl.MisspelledWordCollection.CopyTo Copies the elements of the collection to an array, starting at a particular index.
TXTextControl.MisspelledWordCollection.GetEnumerator Returns an enumerator that can be used to iterate through the collection.
TXTextControl.MisspelledWordCollection.GetCount Returns the number of misspelled words with a special meaning from the collection.
TXTextControl.MisspelledWordCollection.GetItem Gets a particular item from the collection.
TXTextControl.MisspelledWordCollection.Ignore Changes the text of the specified misspelled word and marks it as ignored.
TXTextControl.MisspelledWordCollection.Remove Removes the specified misspelled word from a Text Control document.
TXTextControl.ServerTextControl.OnHyphenateWord Raises the HyphenateWord event.
TXTextControl.ServerTextControl.OnSpellCheckText Raises the SpellCheckText event.
TXTextControl.TextControl.LanguageDialog Invokes the built-in dialog box for setting the language of the selected text.
TXTextControl.TextControl.OnHyphenateWord Raises the HyphenateWord event.
TXTextControl.TextControl.OnSpellCheckText Raises the SpellCheckText event.
TXTextControl.TextControl.SpellCheckDialog Invokes the built-in dialog box for correcting misspelled words.

Properties

Property Description
TXTextControl.HyphenateWordEventArgs.Culture Gets the culture of the word to hyphenate.
TXTextControl.HyphenateWordEventArgs.DividePos Gets or sets the position at which the word should be divided.
TXTextControl.HyphenateWordEventArgs.MaxDividePos Gets the maximum dividing position.
TXTextControl.HyphenateWordEventArgs.Word Gets the word to hyphenate.
TXTextControl.MisspelledWord.Culture Gets the culture of the misspelled word.
TXTextControl.MisspelledWord.IsDuplicate Gets or sets a value which marks the misspelled word as duplicate.
TXTextControl.MisspelledWord.IsIgnored Gets or sets a value which marks the misspelled word as ignored.
TXTextControl.MisspelledWord.Length Gets the length of a misspelled word.
TXTextControl.MisspelledWord.Number Gets the number of this misspelled word.
TXTextControl.MisspelledWord.Start Gets the starting position of a misspelled word.
TXTextControl.MisspelledWord.Text Gets the text of the misspelled word.
TXTextControl.MisspelledWordCollection.Count Gets the number of elements contained in the collection.
TXTextControl.MisspelledWordCollection.Item Gets a misspelled word from the collection.
TXTextControl.ServerTextControl.IsHyphenationEnabled Gets or sets a value indicating whether hyphenation is active or not.
TXTextControl.ServerTextControl.IsLanguageDetectionEnabled Gets or sets a value indicating whether language detection is active or not.
TXTextControl.ServerTextControl.IsSpellCheckingEnabled Gets or sets a value indicating whether spell checking is active or not.
TXTextControl.ServerTextControl.MisspelledWords Gets a collection of all misspelled words in the main text of the document.
TXTextControl.ServerTextControl.SpellChecker Specifies the spell checking component to be used with a ServerTextControl.
TXTextControl.SpellCheckTextEventArgs.Culture Gets the culture of the text to check.
TXTextControl.SpellCheckTextEventArgs.MisspelledWords Gets or sets an array of MisspelledWord objects.
TXTextControl.SpellCheckTextEventArgs.Text Gets the text to check.
TXTextControl.TextControl.IsHyphenationEnabled Gets or sets a value indicating whether hyphenation is active or not.
TXTextControl.TextControl.IsLanguageDetectionEnabled Gets or sets a value indicating whether language detection is active or not.
TXTextControl.TextControl.IsSpellCheckingEnabled Gets or sets a value indicating whether spell checking is active or not.
TXTextControl.TextControl.MisspelledWords Gets a collection of all misspelled words contained in the text part with the input focus.
TXTextControl.TextControl.SpellCheckContextMenuStrip Specifies the context menu which is used when the end-user right-clicks a misspelled word.
TXTextControl.TextControl.SpellChecker Specifies the spell checking component to be used with a TextControl.