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.WPF.TextControl.IsHyphenationEnabled |
Gets or sets a value indicating whether hyphenation is active or not. |
TXTextControl.WPF.TextControl.IsLanguageDetectionEnabled |
Gets or sets a value indicating whether language detection is active or not. |
TXTextControl.WPF.TextControl.IsSpellCheckingEnabled |
Gets or sets a value indicating whether spell checking is active or not. |
TXTextControl.WPF.TextControl.MisspelledWords |
Gets a collection of all misspelled words contained in the text part with the input focus. |
TXTextControl.WPF.TextControl.SpellCheckContextMenu |
Specifies the context menu which is used when the end-user right-clicks a misspelled word. |
TXTextControl.WPF.TextControl.SpellChecker |
Specifies the spell checking component to be used with a TextControl. |