<?xml version="1.0" encoding="utf-8" ?>
<doc>
	<assembly>
		<name>TXTextControl</name>
	</assembly>
	<members>
		<member name="T:TXTextControl.Proofing.TXSpell.ButtonType">
			<summary>Determines the type of a DialogButton (Windows Forms or WPF).</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.ButtonType.AddToDictionary">
			<summary>Specifies a DialogButton that corresponds to the bahavior of an 'Add To Dictionary' spell check dialog button.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.ButtonType.Change">
			<summary>Specifies a DialogButton that corresponds to the bahavior of a 'Change' spell check dialog button.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.ButtonType.ChangeAll">
			<summary>Specifies a DialogButton that corresponds to the bahavior of a 'Change All' spell check dialog button.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.ButtonType.Delete">
			<summary>Specifies a DialogButton that corresponds to the bahavior of a 'Delete' spell check dialog button.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.ButtonType.Ignore">
			<summary>Specifies a DialogButton that corresponds to the bahavior of an 'Ignore Once' spell check dialog button.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.ButtonType.IgnoreAll">
			<summary>Specifies a DialogButton that corresponds to the bahavior of an 'Ignore All' spell check dialog button.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.ButtonType.Options">
			<summary>Specifies a DialogButton that corresponds to the bahavior of an 'Options...' spell check dialog button.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.ButtonType.UndoEdit">
			<summary>Specifies a DialogButton that corresponds to the bahavior of an 'Undo Edit' spell check dialog button.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.ButtonType.User">
			<summary>Specifies a DialogButton that corresponds to a user defined bahavior.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.TXSpell.ChangeType">
			<summary>Determines how an object of type TXTextControl.MisspelledWord or IncorrectWord is changed by a SpellCheckDialog or spell check menu item click operation.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.ChangeType.Delete">
			<summary>The misspelled word is deleted. If the misspelled word is an object of type IncorrectWord the Start and Length properties of the IncorrectWord are specified to the index and length of the corresponding text that would be removed.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.ChangeType.Ignore">
			<summary>The misspelled word is ignored.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.ChangeType.Replace">
			<summary>The misspelled word is replaced by another (MisspelledWordChangingEventArgs.CorrectedWord / IncorrectWordChangingEventArgs.CorrectedWord).</summary>
		</member>
		<member name="T:TXTextControl.Proofing.TXSpell.DialogStartPosition">
			<summary>Specifies the position that the options or spell check dialog will be shown in when it is opened.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.DialogStartPosition.Manual">
			<summary>The position of the dialog is determined by the ShowDialogSettings.Location property.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.DialogStartPosition.CenterScreen">
			<summary>The dialog is centered on the current display.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.DialogStartPosition.CenterOwner">
			<summary>The dialog is centered within the bounds of the window that owns it.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.TXSpell.IgnoreCaseSettings">
			<summary>Determines whether and how the specific case of a word is ignored.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.IgnoreCaseSettings.AllLower">
			<summary>The case of the word is ignored, if all characters are lowercase.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.IgnoreCaseSettings.AllUpper">
			<summary>The case of the word is ignored, if all characters are uppercase.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.IgnoreCaseSettings.Always">
			<summary>The case of the word is always ignored.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.IgnoreCaseSettings.Never">
			<summary>The case of the word is never ignored.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.IgnoreCaseSettings.WordBegin">
			<summary>The case of the first word character is ignored.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.IgnoreCaseSettings.WordBeginUpper">
			<summary>The case of the first word character is ignored, if it is uppercase.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.TXSpell.IgnoreWordSettings">
			<summary>Determines whether a word is spell checked or not.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.IgnoreWordSettings.InUpperCase">
			<summary>The word is not spell checked, if all characters are uppercase.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.IgnoreWordSettings.Duplicated">
			<summary>Duplicated words are not spell checked.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.IgnoreWordSettings.IsEmail">
			<summary>The word is not spell checked, if it is an e-mail address.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.IgnoreWordSettings.IsURL">
			<summary>The word is not spell checked, if it is an URL.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.IgnoreWordSettings.Never">
			<summary>The word is always spell checked.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.IgnoreWordSettings.WithNumbers">
			<summary>The word is not spell checked, if it contains numbers.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.TXSpell.MenuItemType">
			<summary>Determines the type of a menu item (Windows.Forms or WPF).</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.MenuItemType.AddToDictionary">
			<summary>Clicking a MenuItem of type 'AddToDictionary' causes the misspelled word to be added to all editable user dictionaries and removed from the corresponding collection (TXTextControl.MisspelledWordCollection / IncorrectWordCollection).</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.MenuItemType.Delete">
			<summary>Clicking a MenuItem of type 'Delete' causes the misspelled word to be removed from the corresponding collection (TXTextControl.MisspelledWordCollection / IncorrectWordCollection). If the misspelled word is an object of type TXTextControl.MisspelledWord, it is removed from the TXTextControl.TextControl text.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.MenuItemType.IgnoreAll">
			<summary>Clicking a MenuItem of type 'IgnoreAll' causes all misspelled words, that have the same text like the current misspelled word, to be ignored. If the misspelled word is an object of type TXTextControl.MisspelledWord (TX Text Control version X8 and higher), the IsIgnored property of all similar misspelled words is set to true. If the TX Text Control version is 17.0 or the misspelled word is an object of type IncorrectWord, all ignorable words are removed from the corresponding collection.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.MenuItemType.IgnoreOnce">
			<summary>Clicking a MenuItem of type 'IgnoreOnce' causes the misspelled word to be ignored. If the word is an object of type TXTextControl.MisspelledWord (TX Text Control version X8 and higher), its IsIgnored property is set to true. If the TX Text Control version is 17.0 or the misspelled word is an object of type IncorrectWord, the word is removed from the corresponding collection.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.MenuItemType.NoSuggestions">
			<summary>Clicking a MenuItem of type NoSuggestionsNoSuggestions raises the Proofing.TXSpellChecker.MenuItemClicked event. No collection will be changed.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.MenuItemType.Suggestion">
			<summary>Clicking a MenuItem of type 'Suggestion' causes the misspelled word to be replaced with a another word. That suggested word will be represented by the MenuItem.Text property or the CorrectedWord property of the MisspelledWordChangingEventArgs (for TXTextControl.MisspelledWord) / IncorrectWordChangingEventArgs (for IncorrectWord). If the misspelled word is an object of type TXTextControl.MisspelledWord, it is replaced with the suggested word inside TXTextControl.TextControl. If the misspelled word is an object of type IncorrectWord, the word is removed from the corresponding collection</summary>
		</member>
		<member name="T:TXTextControl.Proofing.TXSpell.SpellingCorrectionMode">
			<summary>The enumeration contains the following values:</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.SpellingCorrectionMode.CorrectionCompleted">
			<summary>The spelling correction ist completed. All prior uncorrected words were handled by methods of the TXSpell.SpellingCorrectionUIProvider.CorrectionHandler with the result, that the source (CurrentTextControl or CurrentText) of these words does not have further words to correct. In this the CurrentWordToCorrect property is set to null.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.SpellingCorrectionMode.InitialState">
			<summary>The SpellingCorrectionUIProvider is set to its initial state. This value only appears if no TXTextControl.TextControl and no text are conntected to the SpellingCorrectionUIProvider. It is the initial state before setting the first time a TXTextControl.TextControl or text and can be forced by calling the Cancel method or SetCurrent with a null parameter. Under this mode it is not possible to force any spelling correction by using the SpellingCorrectionUIProvider.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.SpellingCorrectionMode.NoSuggestionsCreated">
			<summary>Based on the selected suggestions dictionaries no suggestions were created for the current word to correct.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.SpellingCorrectionMode.NoWordToCorrectSelected">
			<summary>The SetCurrent(int textPosition, object iFormattedText) or SetCurrent(int textPosition) method was called with the result, that there was no uncorrected word found at the specified text position. In this the CurrentWordToCorrect property are set to null.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.SpellingCorrectionMode.NoWordsToCorrectFound">
			<summary>No correct words were found on setting the current textcontrol or text. In this case whether the CurrentWordToCorrect, nor the CurrentIFormattedText property of the TXSpell.SpellingCorrectionUIProvider.StateManager is set. Therefore no spelling correction based on the SpellingCorrectionUIProvider can be forced.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.SpellingCorrectionMode.OptionsSettings">
			<summary>The SpellingCorrectionUIProvider is set to the only a mode were it is possible to modify options settings such as TXSpell.IgnoreWord, TXSpell.IgnoreCase or TXSpell.Dictionaries which have an effect on theTXSpell spell checking behavior.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.SpellingCorrectionMode.SuggestionsCreated">
			<summary>Based on the selected suggestions dictionaries an array of suggestions was created for the current word to correct.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.SpellingCorrectionMode.WordToCorrectEditing">
			<summary>The SpellingCorrectionUIProvider is set to a mode that corresponds to the state of a spell check dialog where the current word to correct is edited by the preview.</summary>
		</member>
		<member name="F:TXTextControl.Proofing.TXSpell.SpellingCorrectionMode.WordToCorrectIsDuplicate">
			<summary>The current word to correct is kind of duplicated word.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.DialogButton">
			<summary>The DialogButton class represents a button of the built-in SpellCheckDialog.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.DialogButton.#ctor(Proofing.TXSpell.ButtonType)">
			<summary>Initializes a new instance of the DialogButton class.</summary>
			<param name="type">Specifies one of the ButtonType values.</param>
		</member>
		<member name="P:TXTextControl.Proofing.DialogButton.Enabled">
			<summary>Gets or sets a value indicating whether the DialogButton can respond to user interaction.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.DialogButton.Font">
			<summary>Gets or sets the font of the text displayed by the DialogButton.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.DialogButton.IsDeleteButton">
			<summary>Gets or sets a value specifying the DialogButton text.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.DialogButton.IsUndoEditButton">
			<summary>Gets or sets a value specifying the DialogButton text.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.DialogButton.Text">
			<summary>Gets or sets the text displayed by the DialogButton.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.DialogButton.Type">
			<summary>Gets a value of type ButtonType that is specified for the DialogButton.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.DialogButtonCollection">
			<summary>An instance of the DialogButtonCollection class contains all objects of type DialogButton that represent the dialog buttons of the built-in SpellCheckDialog.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.DialogButtonCollection.Add(Proofing.DialogButton)">
			<summary>Adds an object of type DialogButton to the collection.</summary>
			<param name="button">Specifies an object of type DialogButton.</param>
		</member>
		<member name="M:TXTextControl.Proofing.DialogButtonCollection.AddRange(IEnumerable&lt;Proofing.DialogButton&gt;)">
			<summary>Adds a collection of DialogButtons to the collection.</summary>
			<param name="collection">Specifies the collection of DialogButtons.</param>
		</member>
		<member name="M:TXTextControl.Proofing.DialogButtonCollection.Item">
			<summary>Gets a DialogButton from the collection. This property is the indexer for the DialogButtonCollection class.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.DialogButtonCollection.Remove(Proofing.DialogButton)">
			<summary>Removes an object of type DialogButton from the collection.</summary>
			<param name="button">Specifies an object of type DialogButton.</param>
		</member>
		<member name="T:TXTextControl.Proofing.DialogButtonEventArgs">
			<summary>The DialogButtonEventArgs class provides data for the TXSpellChecker.DialogButtonClicked event in TX Spell .NET for Windows Forms.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.DialogButtonEventArgs.DialogButton">
			<summary>Gets the clicked DialogButton.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.DialogButtonEventArgs.StateManager">
			<summary>Gets the SpellCheckDialogStateManager that provides methods and properties to get or set the next object of type IncorrectWord or TXTextControl.MisspelledWord that is handled by the SpellCheckDialog.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.Dictionary">
			<summary>The base class for all types of valid dictionaries is the abstract class Dictionary.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.Dictionary.DictionaryEncoding">
			<summary>Gets or sets the dictionary's encoding.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.Dictionary.DisplayName">
			<summary>Gets or sets the text that is displayed for the dictionary inside the options dialog or the SpellCheckDialog's SuggestionDictionaryComboBox.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.Dictionary.IsGetSuggestionsEnabled">
			<summary>Gets or sets a value that indicates whether suggestions are created using this dictionary or not.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.Dictionary.IsSelectedAsDefault">
			<summary>Gets a value indicating whether the dictionary is selected as the default dictionary by the Language property.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.Dictionary.IsSpellCheckingEnabled">
			<summary>Gets or sets a value indicating whether spell checking of this dictionary is enabled or not.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.Dictionary.Language">
			<summary>Gets or sets the dictionary's language.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.Dictionary.Name">
			<summary>Gets or sets the dictionary's name.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.Dictionary.ShowInOptionsDialog">
			<summary>Gets or sets a value indicating whether the dictionary is shown in the options dialog.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.DictionaryAddedEventArgs">
			<summary>The DictionaryAddedEventArgs class provides data for the TXSpellChecker.DictionaryAdded event in TX Spell .NET for Windows Forms and WPF.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.DictionaryAddedEventArgs.Dictionary">
			<summary>Gets the Dictionary which was added.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.DictionaryCollection">
			<summary>An instance of the DictionaryCollection class contains all initialized dictionaries represented through objects which are inherited from the abstract class Dictionary.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.DictionaryCollection.Add(Proofing.Dictionary)">
			<summary>Adds objects of the type Dictionary to the collection and validates them for spell checking and suggestion operations.</summary>
			<param name="dictionary">Specifies the dictionary.</param>
		</member>
		<member name="M:TXTextControl.Proofing.DictionaryCollection.GetItem(System.String)">
			<summary>Gets a particular dictionary from the collection by using the specified name.</summary>
			<param name="name">Specifies a dictionary name.</param>
		</member>
		<member name="M:TXTextControl.Proofing.DictionaryCollection.Item">
			<summary>Gets a Dictionary from the collection. This property is the indexer for the DictionaryCollection class.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.DictionaryCollection.Remove(Proofing.Dictionary)">
			<summary>Removes objects of the type Dictionary from the collection and invalidate them for spell checking and suggestion operations.</summary>
			<param name="dictionary">Specifies the dictionary.</param>
		</member>
		<member name="P:TXTextControl.Proofing.DictionaryCollection.HasEditableUserDictionaries">
			<summary>Gets a value indicating whether the dictionary collection contains editable user dictionaries.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.DictionaryCollection.LoadDictionaryDelayed">
			<summary>Gets or sets a value indicating whether a dictionary is loaded on adding to the TXSpell.Dictionaries dictionary collection partially or not.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.DictionaryRemovedEventArgs">
			<summary>The DictionaryRemovedEventArgs class provides data for the TXSpellChecker.DictionaryRemoved event in TXSpell for Windows Forms and WPF.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.DictionaryRemovedEventArgs.Dictionary">
			<summary>Gets the Dictionary which was removed.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.HyphenationList">
			<summary>The HyphenationList class represents a list of hyphenation rules that gets its content from a Hunspell Open Source hyphenation dictionary.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.HyphenationList.#ctor(System.String)">
			<summary>Initializes a new instance of the HyphenationList class by loading a Hunspell Open Source hyphenation dictionary from a file.</summary>
			<param name="hyphenationListPath">Specifies the path for the Hunspell Open Source hyphenation dictionary dict file.</param>
		</member>
		<member name="M:TXTextControl.Proofing.HyphenationList.#ctor(System.String[],System.Globalization.CultureInfo)">
			<summary>Initializes a new instance of the HyphenationList class by loading a hyphenation dictionary from string arrays that represent the content of a Hunspell Open Source hyphenation dictionary</summary>
			<param name="hyphenationListLines">The string array that represents the content of a Hunspell Open Source hyphenation dictionary file.</param>
			<param name="language">Specifies the language of the hyphenation list.</param>
		</member>
		<member name="P:TXTextControl.Proofing.HyphenationList.MinCharsAtWordBegin">
			<summary>Specifies the minimum number of joined characters at the beginning of a hyphenated word.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.HyphenationList.MinCharsAtWordEnd">
			<summary>Specifies the minimum number of joined characters at the end of a hyphenated word.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.HyphenationList.MinSyllablesAfterCompoundHyphenationPoint">
			<summary>Specifies the minimum number of syllables behind a compound hyphenation point.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.HyphenationList.MinSyllablesBeforeCompoundHyphenationPoint">
			<summary>Specifies the minimum number of syllables before a compound hyphenation point.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.HyphenationList.IsSelectedAsDefault">
			<summary>Gets a value indicating whether the hyphenation list is selected as the default hyphenation list by the HyphenationLanguage property.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.HyphenationList.UseOnlyCompoundHyphenationPoints">
			<summary>Gets or sets a value indicating whether words will be only hyphenated at compound junctions.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.HyphenationList.HyphenateCapitalizedWords">
			<summary>Gets or sets a value indicating whether words in uppercase will be hyphenated.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.HyphenationList.Language">
			<summary>Gets or sets the hyphenation list's language.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.HyphenationList.Name">
			<summary>Gets or sets the hyphenation list's name.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.HyphenationListCollection">
			<summary>An instance of the HyphenationListCollection class contains all objects of type HyphenationList that can be used to create hyphenations.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.HyphenationListCollection.Add(Proofing.HyphenationList)">
			<summary>Adds objects of the type HyphenationList to the collection.</summary>
			<param name="hyphenationList">Specifies the HyphenationList.</param>
		</member>
		<member name="M:TXTextControl.Proofing.HyphenationListCollection.GetItem(System.String)">
			<summary>Gets a particular HyphenationList from the collection by using the specified name.</summary>
			<param name="name">Specifies a hyphenation list name.</param>
		</member>
		<member name="M:TXTextControl.Proofing.HyphenationListCollection.Item">
			<summary>Gets an object of type HyphenationList from the collection. This property is the indexer for the HyphenationListCollection class.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.HyphenationListCollection.Remove(Proofing.HyphenationList)">
			<summary>Removes objects of the type HyphenationList from the collection.</summary>
			<param name="hyphenationList">Specifies the HyphenationList.</param>
		</member>
		<member name="T:TXTextControl.Proofing.IncorrectWord">
			<summary>The IncorrectWord class represents an incorrect word in a text.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.IncorrectWord.IsDuplicate">
			<summary>Gets a value indicating whether the spelled word is declared as incorrect, because the previous word has the same text.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.IncorrectWord.Language">
			<summary>Gets a value indicating the language the incorrect word was spelled.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.IncorrectWordChangingEventArgs">
			<summary>The IncorrectWordChangingEventArgs class provides data for the TXSpellChecker.IncorrectWordChanging event in TX Spell .NET for Windows Forms and WPF.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.IncorrectWordChangingEventArgs.Cancel">
			<summary>Get or sets a value indicating whether the changing operation for the current incorrect word should be canceled.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.IncorrectWordChangingEventArgs.CorrectedWord">
			<summary>Gets or sets the new word that replaces the text of the incorrect word.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.IncorrectWordChangingEventArgs.CorrectedText">
			<summary>Gets the complete text including the replaced incorrect words with the corrected words.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.IncorrectWordChangingEventArgs.IncorrectWord">
			<summary>Gets the incorrect word that is changed.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.IncorrectWordChangingEventArgs.SourceText">
			<summary>Gets the complete text without the replaced incorrect words.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.IncorrectWordChangingEventArgs.Type">
			<summary>Gets the type that defines how the incorrect word is changed.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.IncorrectWordChangingEventArgs.WillBeDuplicate">
			<summary>Gets a value specifying whether replacing the text of the current incorrect word would result in a conversion to a duplicate incorrect word.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.IncorrectWordCollection">
			<summary>An instance of the IncorrectWordCollection class contains objects of the type IncorrectWord.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.IncorrectWordCollection.Item">
			<summary>Gets an incorrect word from the collection. This property is the indexer for the IncorrectWordCollection class.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.LanguageScope">
			<summary>The LanguageScope class represents a text scope with a specific language.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.LanguageScope.Index">
			<summary>Gets the index of the language scope to the corresponding collection.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.LanguageScope.Language">
			<summary>Gets the culture of the language scope.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.LanguageScope.Length">
			<summary>Gets the length of the language scope.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.LanguageScope.Start">
			<summary>Gets the starting position of a language scope.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.LanguageScopeCollection">
			<summary>An instance of the LanguageScopeCollection class contains all detected language scopes for a specific text.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.LanguageScopeCollection.GetItem(System.Int32)">
			<summary>Gets the language scope at the specified text input position.</summary>
			<param name="textPosition">Specifies a zero-based text postion.</param>
		</member>
		<member name="M:TXTextControl.Proofing.LanguageScopeCollection.GetItem(System.Int32,System.Globalization.CultureInfo)">
			<summary>Gets the language scope of the specified language at the specified text input position. If the language scope's culture at that position does not equal to the specified languge, the next corresponding scope is returned. If there is no language scope of the specified language between the specified input position and the end of the text, the first language scope of the specified kind is returned.</summary>
			<param name="textPosition">Specifies a zero-based text postion.</param>
			<param name="language">Specifies the language to search for.</param>
		</member>
		<member name="M:TXTextControl.Proofing.LanguageScopeCollection.Item">
			<summary>Gets an object of type LanguageScope from the collection. This property is the indexer for the LanguageScopeCollection class.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.MenuItem">
			<summary>The MenuItem class provides the possibility to build a menu strip with the most common TX Spell .NET features.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.MenuItem.Type">
			<summary>Gets the type of the MenuItem.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.MenuItemClickedEventArgs">
			<summary>The MenuItemClickedEventArgs class provides data for the TXSpellChecker.MenutItemClicked event in TX Spell .NET for Windows Forms.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.MenuItemClickedEventArgs.MenuItem">
			<summary>Gets the clicked MenuItem.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.MisspelledWordChangingEventArgs">
			<summary>The MisspelledWordChangingEventArgs class provides data for the TXSpellChecker.MisspelledWordChanging event in TXSpell for Windows Forms and WPF.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.MisspelledWordChangingEventArgs.Cancel">
			<summary>Get or sets a value indicating whether the changing operation for the current misspelled word should be canceled.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.MisspelledWordChangingEventArgs.CorrectedWord">
			<summary>Gets or sets the new word that replaces the text of an object of type TXTextControl.MisspelledWord.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.MisspelledWordChangingEventArgs.IFormattedText">
			<summary>Gets the object of type TXTextControl.IFormattedText where the object of type TXTextControl.MisspelledWord is changed.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.MisspelledWordChangingEventArgs.MisspelledWord">
			<summary>Gets the object of type TXTextControl.MisspelledWord that is changed.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.MisspelledWordChangingEventArgs.Type">
			<summary>Gets the type that defines how the object of type TXTextControl.MisspelledWord is changed.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.MisspelledWordChangingEventArgs.WillBeDuplicate">
			<summary>Gets a value specifying whether replacing the text of the current misspelled word would result in a conversion to a duplicate misspelled word.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.OpenOfficeDictionary">
			<summary>The OpenOfficeDictionary class represents a dictionary that gets its content from a Hunspell Open Source dictionary.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.OpenOfficeDictionary.#ctor(System.String)">
			<summary>Initializes a new instance of the OpenOfficeDictionary class by loading a Hunspell Open Source dictionary from a file.</summary>
			<param name="dictionaryPath">Specifies the path for the Hunspell Open Source dictionary dict file.</param>
		</member>
		<member name="M:TXTextControl.Proofing.OpenOfficeDictionary.#ctor(System.String[],System.String[],System.Globalization.CultureInfo)">
			<summary>Initializes a new instance of the OpenOfficeDictionary class by loading a dictionary from string arrays that represent the content of a Hunspell Open Source dictionary and the corresponding affix file.</summary>
			<param name="dictionaryLines">The string array that represents the content of a Hunspell Open Source dictionary file.</param>
			<param name="affixLines">The string array that represents the content of a Hunspell Open Source affix file.</param>
			<param name="language">Specifies the language of the dictionary.</param>
		</member>
		<member name="T:TXTextControl.Proofing.OptionsDialogOpeningEventArgs">
			<summary>The OptionsDialogOpeningEventArgs class provides data for the TXSpellChecker.OptionsDialogOpening event in TXSpell for Windows Forms.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.OptionsDialogOpeningEventArgs.Cancel">
			<summary>Gets or sets a value indicating whether the event is canceled or not.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.Preview">
			<summary>The Preview class describes and handles attributes of the SpellCheckDialog's preview component.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.Preview.Editable">
			<summary>Gets or sets the value specifying whether the SpellCheckDialog preview component is editable or not.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.Preview.IncorrectWordColor">
			<summary>Gets or sets the color to colorize the current incorrect or misspelled (TXTextControl.MisspelledWord) word inside the SpellCheckDialog preview component.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.ShowDialogSettings">
			<summary>The ShowDialogSettings class provides the possibility to determine the start position and the owner of the built-in options or spell check dialog.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.ShowDialogSettings.Location">
			<summary>Defines the starting location of the dialog if the StartPosition property is set to TXSpell.DialogStartPosition.Manual.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.ShowDialogSettings.Owner">
			<summary>Gets or sets the IWin32Window that represents the top-level window that will own the dialog form.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.ShowDialogSettings.StartPosition">
			<summary>Gets or sets the starting position of the form at run time.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.SpellCheckDialog">
			<summary>The SpellCheckDialog class provides the possibility to modify and show the built-in spell check dialog.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.SpellCheckDialog.Show">
			<summary>Invokes the built-in dialog box for correcting incorrect words of the TXSpellChecker.IncorrectWords collection in TXSpell for Windows Forms. The SuggestionDictionaryComboBox.SuggestionDictionary is selected to create suggestions.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.SpellCheckDialog.Show(Proofing.Dictionary)">
			<summary>Invokes the built-in dialog box for checking incorrect words of the TXSpellChecker.IncorrectWords collection in TXSpell for Windows.Forms. The specified suggestion dictionary is selected to create suggestions.</summary>
			<param name="suggestionDictionary">Specifies the dictionary used for creating suggestions.</param>
		</member>
		<member name="M:TXTextControl.Proofing.SpellCheckDialog.Show(System.Object)">
			<summary>Invokes the built-in dialog box for checking misspelled words (TXTextControl.TextControl.MisspelledWords) of a specific TextControl (TXTextControl.TextControl). The SuggestionDictionaryComboBox.SuggestionDictionary is selected to create suggestions.</summary>
			<param name="textControl">Specifies the object of type TXTextControl.TextControl that is connected to the dialog.</param>
		</member>
		<member name="M:TXTextControl.Proofing.SpellCheckDialog.Show(System.Object,Proofing.Dictionary)">
			<summary>Invokes the built-in dialog box for checking misspelled words (TXTextControl.TextControl.MisspelledWords) of a specific TextControl (TXTextControl.TextControl). The specified suggestion dictionary is selected to create suggestions.</summary>
			<param name="textControl">Specifies the object of type TXTextControl.TextControl that is connected to the dialog.</param>
			<param name="suggestionDictionary">Specifies the dictionary used for creating suggestions.</param>
		</member>
		<member name="P:TXTextControl.Proofing.SpellCheckDialog.AcceptButton">
			<summary>Gets or sets the dialog button that is used as the SpellCheckDialog's accept button.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellCheckDialog.ChangeInAllTextParts">
			<summary>Gets or sets a value indicating whether the SpellCheckDialog change operation is applied in all text parts (TXTextControl.TextControl.TextParts).</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellCheckDialog.CloseOnFinished">
			<summary>Gets or sets a value specifying whether the SpellCheckDialog is closed on completing the spell checking.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellCheckDialog.Font">
			<summary>Gets or sets the font for the text displayed by the SpellCheckDialog labels, the preview, suggestion list, suggestion dictionary combo box and the cancel button.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellCheckDialog.HideSelection">
			<summary>Gets or sets a value indicating whether the selected text in the TXTextControl.TextControl remains highlighted while the SpellCheckDialog is open.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellCheckDialog.IgnoreInAllTextParts">
			<summary>Gets or sets a value indicating whether the SpellCheckDialog ignore operation should be applied in all text parts (TXTextControl.TextControl.TextParts).</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellCheckDialog.Location">
			<summary>Returns the point that represents the upper-left corner of the SpellCheckDialog form in screen coordinates.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellCheckDialog.ShowDialogSettings">
			<summary>Gets or sets an instance of the ShowDialogSettings class to determine the SpellCheckDialog form's start position and owner.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellCheckDialog.OptionButtons">
			<summary>Gets a collection of all dialog buttons that are located below the SpellCheckDialog's suggestion dictionary combo box.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellCheckDialog.Preview">
			<summary>Gets the SpellCheckDialog's Preview instance.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellCheckDialog.IgnoreButtons">
			<summary>Gets a collection of all dialog buttons that are located to the right of the SpellCheckDialog's preview component.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellCheckDialog.ShowMessageBoxes">
			<summary>Gets or sets a value indicating whether the dialog should invoke built-in message boxes that informs the user that the spell checking was completed or that a chosen word was not found in one of the suggestion dictionaries.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellCheckDialog.SuggestionDictionaryComboBox">
			<summary>Gets the SpellCheckDialog's SuggestionDictionaryComboBox instance.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellCheckDialog.SuggestionList">
			<summary>Gets the SpellCheckDialog's SuggestionList instance.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellCheckDialog.ChangeButtons">
			<summary>Gets a collection of all dialog buttons that are located to the right of the SpellCheckDialog's suggestions list.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.SpellCheckDialogClosingEventArgs">
			<summary>The SpellCheckDialogClosingEventArgs class provides data for the TXSpellChecker.SpellCheckDialogClosing event in TX Spell .NET for Windows Forms.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellCheckDialogClosingEventArgs.Cancel">
			<summary>Gets or sets a value indicating whether the event is canceled or not.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellCheckDialogClosingEventArgs.CloseReason">
			<summary>Gets a value that indicates the reason of the closing.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellCheckDialogClosingEventArgs.StateManager">
			<summary>Gets the SpellCheckDialogStateManager which provides methods and properties to get or set the next object of type IncorrectWord or TXTextControl.MisspelledWord that is handled by the SpellCheckDialog.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.SpellCheckDialogOpeningEventArgs">
			<summary>The SpellCheckDialogOpeningEventArgs class provides data for the TXSpellChecker.SpellCheckDialogOpening event in TXSpell for Windows Forms.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellCheckDialogOpeningEventArgs.StateManager">
			<summary>Gets the SpellCheckDialogStateManager that provides methods and properties to get or set the next object of type IncorrectWord or TXTextControl.MisspelledWord that is handled by the SpellCheckDialog.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.SpellCheckDialogStateManager">
			<summary>Provides methods and properties for the StateManager property that provided by the SpellCheckDialogOpeningEventArgs, DialogButtonEventArgs and the SpellCheckDialogClosingEventArgs in TX Spell .NET for Windows.Forms.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.SpellCheckDialogStateManager.Close">
			<summary>Closes the spell check dialog.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.SpellCheckDialogStateManager.SetNext(System.String)">
			<summary>Sets the text that should be handled next by the SpellCheckDialog.</summary>
			<param name="text">The text that should be handled next by the SpellCheckDialog.</param>
		</member>
		<member name="M:TXTextControl.Proofing.SpellCheckDialogStateManager.SetNext(Proofing.IncorrectWord)">
			<summary>Sets the incorrect word that should be handled next by the SpellCheckDialog.</summary>
			<param name="incorrectWord">The object of type IncorrectWord that should be handled next by the SpellCheckDialog.</param>
		</member>
		<member name="M:TXTextControl.Proofing.SpellCheckDialogStateManager.SetNext(System.Object)">
			<summary>Sets an object of type TXTextControl.TextControl that should be handled next by the SpellCheckDialog.</summary>
			<param name="textControl">The object of type TXTextControl.TextControl that should be handled next by the SpellCheckDialog.</param>
		</member>
		<member name="M:TXTextControl.Proofing.SpellCheckDialogStateManager.SetNext(System.Object,System.Object)">
			<summary>Sets an object of type TXTextConrol.MisspelledWord that should be handled next by the SpellCheckDialog.</summary>
			<param name="misspelledWord">The object of type TXTextControl.MisspelledWord that should be handled next by the SpellCheckDialog.</param>
			<param name="iFormattedText">The object of type TXTextControl.IFormattedText that contains the misspelled word (TXTextControl.MisspelledWord).</param>
		</member>
		<member name="P:TXTextControl.Proofing.SpellCheckDialogStateManager.NextIncorrectWord">
			<summary>Gets an object of type IncorrectWord that handled next by the SpellCheckDialog.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellCheckDialogStateManager.NextIFormattedText">
			<summary>Gets the next object of type TXTextControl.IFormattedText that contains the next misspelled word (TXTextControl.MisspelledWord).</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellCheckDialogStateManager.NextMisspelledWord">
			<summary>Gets an object of type TXTextControl.MisspelledWord that is handled next by the SpellCheckDialog.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.SpelledWord">
			<summary>The abstract class SpelledWord represents a spelled word in a text.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpelledWord.Index">
			<summary>Gets the index of the spelled word to the corresponding collection.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpelledWord.Length">
			<summary>Gets the length of the spelled word.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpelledWord.Start">
			<summary>Gets the starting position of a spelled word.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpelledWord.Text">
			<summary>Gets the text of the spelled word.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.SpellingCorrectionUIProvider">
			<summary>The SpellingCorrectionUIProvider class provides methods and properties for constructing a spelling correction user interface.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.CorrectionHandling">
			<summary>Gets an object of type CorrectionHandler that provides methods and properties which are necessary to construct the correction handling part of a spelling correction user interface.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.PreviewHandling">
			<summary>Gets an object of type PreviewHandler that provides properties which are necessary to construct an editable preview for a spelling correction user interface.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.StateManaging">
			<summary>Gets an object of type StateManager that provides methods and properties which are necessary to initialize, modify and perceive the current state of a spelling correction procedure.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.SuggestionDictionariesHandling">
			<summary>Gets an object of type SuggestionDictionariesHandler that provides properties which are necessary to modify and perceive suggestion dictionaries in a spelling correction user interface.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.SuggestionsHandling">
			<summary>Gets an object of type SuggestionsHandler that provides properties which are necessary to modify and perceive a list of suggestions for correcting the current word to correct in a spelling correction user interface.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.SpellingCorrectionUIProvider.CorrectionHandler">
			<summary>The CorrectionHandler class provides methods and properties which are necessary to construct the correction handling part of a spelling correction user interface.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.SpellingCorrectionUIProvider.CorrectionHandler.AddToDictionary">
			<summary>Adds the text of the current word to correct to all user dictionaries of the current dictionary collection where the IsEditable property is set to true and the language property corresponds to the TXTextControl.MisspelledWord.Culture or incorrect word's language property. Furthermore the word is removed from all corresponding collections (TXTextControl.MisspelledWordCollection/ IncorrectWordCollection).</summary>
		</member>
		<member name="M:TXTextControl.Proofing.SpellingCorrectionUIProvider.CorrectionHandler.Change(System.String)">
			<summary>Replaces the current word to correct with a specified word.</summary>
			<param name="correctedWord">Specifies the corrected text.</param>
		</member>
		<member name="M:TXTextControl.Proofing.SpellingCorrectionUIProvider.CorrectionHandler.ChangeAll(System.String)">
			<summary>Replaces all words to correct, that have the same text like the current uncorrected word.</summary>
			<param name="correctedWord">Specifies the corrected text.</param>
		</member>
		<member name="M:TXTextControl.Proofing.SpellingCorrectionUIProvider.CorrectionHandler.CheckCorrectedWord(System.String,System.String@)">
			<summary>Returns a value whether the specified word was found in one of the current selected suggestion dictionaries or not.</summary>
			<param name="correctedWord">The specified word to check.</param>
			<param name="messageText">If the specified word was not found in one of the current selected suggestion dictionaries, the parameter is set to a message which informs the user about the result of this request.</param>
		</member>
		<member name="M:TXTextControl.Proofing.SpellingCorrectionUIProvider.CorrectionHandler.Delete">
			<summary>Deletes the current word to correct.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.SpellingCorrectionUIProvider.CorrectionHandler.Ignore">
			<summary>Ignores the current misspelled.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.SpellingCorrectionUIProvider.CorrectionHandler.IgnoreAll">
			<summary>Ignores all words to correct, that have the same text like the current uncorrected word.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.CorrectionHandler.IsAddToDictionaryEnabled">
			<summary>Gets a value whether the AddToDictionary method is enabled or not.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.CorrectionHandler.IsChangeEnabled">
			<summary>Gets a value whether the Change method is enabled or not.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.CorrectionHandler.IsChangeAllEnabled">
			<summary>Gets a value whether the ChangeAll method is enabled or not.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.CorrectionHandler.IsDeleteEnabled">
			<summary>Gets a value whether the Delete method is enabled or not.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.CorrectionHandler.IsIgnoreEnabled">
			<summary>Gets a value whether the Ignore method is enabled or not.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.CorrectionHandler.IsIgnoreAllEnabled">
			<summary>Gets a value whether the IgnoreAll method is enabled or not.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.CorrectionHandler.IsOptionsEnabled">
			<summary>Gets a value whether the current SpellingCorrectionUIProvider's mode is set to OptionsSettings or not.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.CorrectionHandler.IsUndoEditEnabled">
			<summary>Gets a value whether the current SpellingCorrectionUIProvider's mode is set to WordToCorrectEditing or not.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.SpellingCorrectionUIProvider.PreviewHandler">
			<summary>The PreviewHandler class provides properties which are necessary to construct an editable preview for a spelling correction user interface.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.PreviewHandler.IsPreviewSentenceBoundsEnabled">
			<summary>Gets a value whether the PreviewSentenceBounds property is enabled to provide the sentence bounds for the current word to correct.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.PreviewHandler.PreviewSentenceBounds">
			<summary>Gets a two values integer array that represents the start position and length of the sentence where the current word to correct is located.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.SpellingCorrectionUIProvider.StateManager">
			<summary>The StateManager class provides methods and properties which are necessary to initialize, modify and perceive the current state of a spelling correction procedure..</summary>
		</member>
		<member name="M:TXTextControl.Proofing.SpellingCorrectionUIProvider.StateManager.Cancel">
			<summary>Resets the SpellingCorrectionUIProvider to the InitialState.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.SpellingCorrectionUIProvider.StateManager.SetCurrent(System.Object)">
			<summary>Sets an object of type TXTextControl.TextControl as CurrentTextControl to handle it by the SpellingCorrectionUIProvider. If the parameter is not null, the first TXTextControl.MisspelledWord of the TextControl is set as CurrentWordToCorrect and the corresponding TXTextControl.IFormattedText object as CurrentIFormattedText. Otherwise the SpellingCorrectionUIProvider's mode is reset to InitialState. If the TXTextControl.TextControl parameter does not contain misspelled words, the mode is set to NoWordsToCorrectFound.</summary>
			<param name="textControl">The object of type TXTextControl.TextControl that is handled by the SpellingCorrectionUIProvider.</param>
		</member>
		<member name="M:TXTextControl.Proofing.SpellingCorrectionUIProvider.StateManager.SetCurrent(System.String)">
			<summary>Sets the text that is handled by the SpellingCorrectionUIProvider as current text. If the parameter is not null, the first incorrect word of the text is set as CurrentWordToCorrect. Otherwise the SpellingCorrectionUIProvider's mode is reset to InitialState. If the text parameter does not contain incorrect words, the mode is set to NoWordsToCorrectFound.</summary>
			<param name="text">The text that is handled by the SpellingCorrectionUIProvider.</param>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.StateManager.CurrentIFormattedText">
			<summary>Gets that object of type TXTextControl.IFormattedText that includes the misspelled word which is currently handled by the SpellingCorrectionUIProvider.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.StateManager.CurrentTextControl">
			<summary>Gets an object of type TXTextControl.TextControl and represents that TextControl which is currently handled by the SpellingCorrectionUIProvider.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.StateManager.CurrentText">
			<summary>Gets that text which is currently handled by the SpellingCorrectionUIProvider.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.StateManager.CurrentWordToCorrect">
			<summary>Gets an object of type TXTextControl.MisspelledWord or IncorrectWord and represents that current word to correct which is currently handled by the SpellingCorrectionUIProvider.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.StateManager.IsWordToCorrectEditing">
			<summary>Gets or sets a value whether the current state of the SpellingCorrectionUIProvider is set to WordToCorrectEditing.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.StateManager.IsOptionsSettings">
			<summary>Gets or sets a value whether the current state of the SpellingCorrectionUIProvider is set to OptionsSettings.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.StateManager.Mode">
			<summary>Gets a value of type SpellingCorrectionMode that represents the current state of the SpellingCorrectionUIProvider.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.SpellingCorrectionUIProvider.SuggestionDictionariesHandler">
			<summary>The SuggestionDictionariesHandler class provides properties which are necessary to perceive and modify suggestion dictionaries in a spelling correction user interface.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.SuggestionDictionariesHandler.IsSuggestionDictionariesEnabled">
			<summary>Gets a value whether the SuggestionDictionaries property is enabled to provide suggestion dictionaries or not.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.SuggestionDictionariesHandler.SelectedSuggestionDictionaries">
			<summary>Gets or sets an array of dictionaries which are used to create suggestions for the SuggestionsHandler.Suggestions property.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.SuggestionDictionariesHandler.SuggestionDictionaries">
			<summary>Gets an array of suggestion dictionaries where the dictionary's language equals to the language of the current word to correct.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.SpellingCorrectionUIProvider.SuggestionsHandler">
			<summary>The SuggestionsHandler class provides properties which are necessary to modify and perceive a list of suggestions for correcting the current word to corrct in a spelling correction user interface.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.SuggestionsHandler.IsNoSuggestionsItemEnabled">
			<summary>Gets or sets whether a message is inside the SpellingCorrectionUIProvider's suggestion list that informs the user that no suggestions could be created for the current word to correct.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.SuggestionsHandler.IsSuggestionListEnabled">
			<summary>Gets a value whether the Suggestions property is enabled to create suggestions or not.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.SuggestionsHandler.MaxSuggestions">
			<summary>Gets or sets the maximum number of suggestions that has to be determined.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SpellingCorrectionUIProvider.SuggestionsHandler.Suggestions">
			<summary>Gets an array of suggestions which are created based on the selected suggestions dictionaries.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.Suggestion">
			<summary>The Suggestion class represents a suggestion for a specific text.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.Suggestion.Text">
			<summary>Gets the suggestion text for a specific word.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.SuggestionCollection">
			<summary>An instance of the SuggestionCollection class contains objects of the type Suggestion.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.SuggestionCollection.Item">
			<summary>Gets a suggestion from the collection. This property is the indexer for the SuggestionCollection class.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.SuggestionDictionaryComboBox">
			<summary>The SuggestionDictionaryComboBox class describes and handles attributes of the spell check dialog's suggestion dictionary combo box.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SuggestionDictionaryComboBox.IsAllItemEnabled">
			<summary>Gets or sets a value indicating whether the SpellCheckDialog's dictionary combo box provides an All item that represents all dictionaries that are IsGetSuggestionsEnabled to create suggestions or not.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SuggestionDictionaryComboBox.IsAllItemSelected">
			<summary>Gets or sets a value indicating whether the All item of the SpellCheckDialog's dictionary combobox is selected or not.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SuggestionDictionaryComboBox.SuggestionDictionary">
			<summary>Gets or sets the dictionary that is currently selected as a suggestion dictionary.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.SuggestionList">
			<summary>The SuggestionList class describes and handles attributes of the SpellCheckDialog's suggestion list.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SuggestionList.MaxSuggestions">
			<summary>Gets or sets the maximum number of suggestions that has to be determined.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SuggestionList.IsNoSuggestionsItemEnabled">
			<summary>Gets or sets whether a message is displayed inside the SpellCheckDialog's suggestion list that informs the user that no suggestions could be created for the current incorrect word.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.Synonym">
			<summary>The Synonym class represents a synonym for a specific word or phrase.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.Synonym.ID">
			<summary>Gets the lowercased identifier that represents the synonym inside the corresponding synonym list.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.Synonym.Name">
			<summary>Gets the synonym's name which is the case sensitive equivalent to the Synonym.ID property.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.Synonym.Text">
			<summary>Gets the synonym's text which is composed of the synonym's name and optional additional information.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.SynonymGroup">
			<summary>The SynonymGroup class refers to a collection of synonyms with common meaning to the word or phrase that was determined by the TXSpell.CreateSynonyms method.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SynonymGroup.Language">
			<summary>Gets the SynonymGroup's language.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SynonymGroup.PartOfSpeech">
			<summary>Gets the part of speech or other meaning specific description for this SynonymGroup.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SynonymGroup.Synonyms">
			<summary>Gets an array of synonyms with common meaning where the first entry also describes the meaning itself.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.SynonymList">
			<summary>The SynonymList class represents a synonym list that gets its content from a thesaurus file.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.SynonymList.#ctor(System.String)">
			<summary>Initializes a new instance of the SynonymList class.</summary>
			<param name="synonymListPath">Specifies the path for the thesaurus dat file.</param>
		</member>
		<member name="P:TXTextControl.Proofing.SynonymList.DisplayName">
			<summary>Gets or sets the text that is displayed for the synonym list inside the options dialog.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SynonymList.IsCreateSynonymsEnabled">
			<summary>Gets or sets a value that indicates whether synonyms are created using this synonym list or not.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SynonymList.IsSelectedAsDefault">
			<summary>Gets a value indicating whether the synonym list is selected as the default synonym list by the SynonymLanguage property.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SynonymList.Language">
			<summary>Gets or sets the SynonymList's language.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.SynonymList.Name">
			<summary>Gets or sets the synonym list's name.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.SynonymListCollection">
			<summary>An instance of the SynonymListCollection class contains all objects of type SynonymList that will be used by the first and second overload of the TXSpell.CreateSynonyms method.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.SynonymListCollection.Add(Proofing.SynonymList)">
			<summary>Adds objects of type SynonymList to the collection.</summary>
			<param name="synonymList">Specifies the SynonymList.</param>
		</member>
		<member name="M:TXTextControl.Proofing.SynonymListCollection.GetItem(System.String)">
			<summary>Gets a particular SynonymList from the collection by using the specified name.</summary>
			<param name="name">Specifies a synonym list name.</param>
		</member>
		<member name="M:TXTextControl.Proofing.SynonymListCollection.Item">
			<summary>Gets an object of type SynonymList from the collection. This property is the indexer for the SynonymListCollection class.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.SynonymListCollection.Remove(Proofing.SynonymList)">
			<summary>Removes objects of type SynonymList from the collection.</summary>
			<param name="synonymList">Specifies the SynonymList.</param>
		</member>
		<member name="T:TXTextControl.Proofing.TXSpell">
			<summary>The TXSpell class provides properties and methods with spell checking features.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpell.#ctor">
			<summary>Initializes a new instance of the TXSpell class. For spell check operations that dictionary will be used which was defined by the TXSpell.Language property.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpell.#ctor(System.String)">
			<summary>Initializes a new instance of the TXSpell class. For spell check operations, a dictionary is used that corresponds to the specified language.</summary>
			<param name="language">The name of a dictionary that is located in the default dictionary folder and should be loaded as the default dictionary.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpell.Check(System.String)">
			<summary>Checks text for spelling errors using selected dictionaries of the DictionaryCollection at TXSpell.Dictionaries.</summary>
			<param name="text">Specifies the text to spell check.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpell.Check(System.String,System.Globalization.CultureInfo)">
			<summary>Checks text for spelling errors using selected dictionaries of the TXSpell.Dictionaries DictionaryCollection and the default dictionary folder where the dictionary's language equals to the defined language parameter.</summary>
			<param name="text">Specifies the text to spell check.</param>
			<param name="language">The language that is used to spell check the specified text.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpell.Create">
			<summary>Initializes the resources of a newly instantiated TXSpell object. This method must be called before using the object.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpell.CreateSuggestions(System.String)">
			<summary>Determines suggestions for a specific incorrect word.</summary>
			<param name="incorrectWord">Specifies the incorrect word that has to be determined for suggestions.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpell.CreateSuggestions(System.String,System.Globalization.CultureInfo)">
			<summary>Determines suggestions for a specific incorrect word using selected dictionaries of the TXSpell.Dictionaries DictionaryCollection and the default dictionary folder where the dictionary's language equals to the defined language parameter.</summary>
			<param name="incorrectWord">Specifies the incorrect word that has to be determined for suggestions.</param>
			<param name="language">The language that is used to create suggestions for the specified incorrect word.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpell.CreateSuggestions(System.String,System.Int32)">
			<summary>Determines a maximum number of suggestions for a specific incorrect word.</summary>
			<param name="incorrectWord">Specifies the incorrect word that has to be determined for suggestions.</param>
			<param name="max">Specifies the maximum number of suggestions that has to be determined.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpell.CreateSuggestions(System.String,System.Int32,System.Globalization.CultureInfo)">
			<summary>Determines a maximum number of suggestions for a specific incorrect word using selected dictionaries of the TXSpell.Dictionaries DictionaryCollection and the default dictionary folder where the dictionary's language equals to the defined language parameter.</summary>
			<param name="incorrectWord">Specifies the incorrect word that has to be determined for suggestions.</param>
			<param name="max">Specifies the maximum number of suggestions that has to be determined.</param>
			<param name="language">The language that is used to create suggestions for the specified incorrect word.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpell.CreateSynonyms(System.String)">
			<summary>Returns synonyms for a specific text using the selected synonym lists of the SynonymListCollection at the TXSpell.SynonymLists.</summary>
			<param name="text">Specifies the text that has to be determined for synonyms.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpell.CreateSynonyms(System.String,System.Globalization.CultureInfo)">
			<summary>Returns synonyms for a specific text using the selected synonym lists of the SynonymListCollection at the TXSpell.SynonymLists and the default synonym lists folder where the synonym list's language equals to the defined language parameter.</summary>
			<param name="text">Specifies the text that has to be determined for synonyms.</param>
			<param name="language">The language that is used to create synonyms for the specified text.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpell.CreateSynonyms(System.String,Proofing.SynonymList)">
			<summary>Returns synonyms for a specific text using a specific SynonymList.</summary>
			<param name="text">Specifies the text that has to be determined for synonyms.</param>
			<param name="synonymList">The synonymList that is used to create synonyms for the specified text.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpell.DetectLanguageScopes(System.String)">
			<summary>Detects language scopes in a text and fills the results into the LanguageScopeCollection at TXSpell.LanguageScopes.</summary>
			<param name="text">Specifies the text where to detect language scopes.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpell.GetHyphenationPoint(System.String,System.Int32)">
			<summary>Returns the next hyphenation point for a specific word right before a defined divide position. That point is calculated by using the default hyphenation list.</summary>
			<param name="word">The word to hyphenate.</param>
			<param name="dividePosition">The defined divide position.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpell.GetHyphenationPoint(System.String,System.Int32,System.Globalization.CultureInfo)">
			<summary>Returns the next hyphenation point for a specific word right before a defined divide position. That point is calculated by using the hyphenation list that corresponds to the specified language parameter</summary>
			<param name="word">The word to hyphenate.</param>
			<param name="dividePosition">The defined divide position.</param>
			<param name="language">The language, which is used to calculate the hyphenation point.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpell.GetHyphenationPoints(System.String)">
			<summary>Returns an array of all hyphenation points for a word. These points are calculated by using the default hyphenation list.</summary>
			<param name="word">The word to hyphenate.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpell.GetHyphenationPoints(System.String,System.Globalization.CultureInfo)">
			<summary>Returns an array of all hyphenation points for a word. These points are calculated by using the hyphenation list that corresponds to the specified language parameter</summary>
			<param name="word">The word to hyphenate.</param>
			<param name="language">The language, which is used to calculate the hyphenation points.</param>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpell.AvailableDictionaries">
			<summary>Gets a list of all available dictionaries of the default dictionary folder.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpell.AvailableHyphenationLists">
			<summary>Gets a list of all available hyphenation lists of the default hyphenation lists folder.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpell.AvailableSynonymLists">
			<summary>Gets a list of all available synonym lists of the default synonym lists folder.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpell.DetectableLanguageScopes">
			<summary>Gets or sets a list of all languages that are used to detect language scopes in a text.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpell.Dictionaries">
			<summary>Gets a collection of all added and validated dictionaries.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpell.DictionariesDirectoryPath">
			<summary>Gets or sets the path to the default dictionaries folder.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpell.HyphenationListsDirectoryPath">
			<summary>Gets or sets the path to the default hyphenation lists folder.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpell.HyphenationLanguage">
			<summary>Gets or sets the name of a hyphenation list that is located at the default hyphenation lists folder. When using the HyphenationLanguage property, the Hyphenation.IsSelectedAsDefault property of the chosen hyphenation list is set to true.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpell.HyphenationLists">
			<summary>Gets a collection of all added hyphenation dictionaries.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpell.IgnoreCase">
			<summary>Gets or sets a value of type IgnoreCaseSettings determining whether the case of a word is ignored or not during spell checking.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpell.IgnoreWord">
			<summary>Gets or sets a value of type IgnoreWordSettings determining when a word should not be spell checked.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpell.IncorrectWords">
			<summary>Gets a collection of all incorrect words that were detected by the last call of the TXSpell.Check method.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpell.Language">
			<summary>Gets or sets the name of a dictionary that is located at the default dictionary folder. When using the Language property, the Dictionary.IsSelectedAsDefault property of the chosen dictionary is set to true.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpell.LanguageRecognitionDirectoryPath">
			<summary>Gets or sets the path to the language recognition folder that provides the languageRecognition.resources file which is required to detect language scopes in a text.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpell.LanguageScopes">
			<summary>Gets a collection of all detected language scopes.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpell.SpellingCorrectionUIProvider">
			<summary>Gets an object of type SpellingCorrectionUIProvider to provide methods and properties for constructing a spelling correction user interface.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpell.Suggestions">
			<summary>Gets a collection of suggestions that were created by the last call of the TXSpell.CreateSuggestions method.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpell.SynonymLanguage">
			<summary>Gets or sets the name of a synonym list that is located at the default synonym lists folder. When using the SynonymLanguage property, the SynonymList.IsSelectedAsDefault property of the selected synonym list is set to true.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpell.SynonymLists">
			<summary>Gets a collection of all added synonym lists.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpell.SynonymListsDirectoryPath">
			<summary>Gets or sets the path to the default synonym lists folder.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.TXSpellChecker">
			<summary>The TXSpellChecker class implements a component with spell checking features.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpellChecker.#ctor">
			<summary>Initializes a new instance of the TXSpellChecker class. For spell check operations, a dictionary is used that is defined through the TXSpellChecker.Language property.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpellChecker.#ctor(System.String)">
			<summary>Initializes a new instance of the TXSpellChecker class. For spell check operations, a dictionary is used that corresponds to the specified language.</summary>
			<param name="language">The name of a dictionary that is located in the default dictionary folder and is loaded as default dictionary.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpellChecker.Check(System.String)">
			<summary>Checks text for spelling errors using selected dictionaries of the DictionaryCollection at TXSpellChecker.Dictionaries.</summary>
			<param name="text">Specifies the text to spell check.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpellChecker.Check(System.String,System.Globalization.CultureInfo)">
			<summary>Checks text for spelling errors using selected dictionaries of the TXSpellChecker.Dictionaries DictionaryCollection and the default dictionary folder where the dictionary's language equals to the defined language parameter.</summary>
			<param name="text">Specifies the text to spell check.</param>
			<param name="language">The language that is used to spell check the specified text.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpellChecker.Create">
			<summary>Initializes the resources of a newly instantiated TXSpellChecker object. This method must be called before using the object. If TX Spell .NET is connected to a TXTextControl.TextControl instance, this method is called implicitely and must not be called separately.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpellChecker.CreateSuggestions(System.String)">
			<summary>Determines suggestions for a specific incorrect word.</summary>
			<param name="incorrectWord">Specifies the incorrect word that has to be determined for suggestions.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpellChecker.CreateSuggestions(System.String,System.Globalization.CultureInfo)">
			<summary>Determines suggestions for a specific incorrect word using selected dictionaries of the TXSpell.Dictionaries DictionaryCollection and the default dictionary folder where the dictionary's language equals to the defined language parameter.</summary>
			<param name="incorrectWord">Specifies the incorrect word that has to be determined for suggestions.</param>
			<param name="language">The language that is used to create suggestions for the specified incorrect word.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpellChecker.CreateSuggestions(System.String,System.Int32)">
			<summary>Determines a maximum number of suggestions for a specific incorrect word.</summary>
			<param name="incorrectWord">Specifies the incorrect word that has to be determined for suggestions.</param>
			<param name="max">Specifies the maximum number of suggestions that has to be determined.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpellChecker.CreateSuggestions(System.String,System.Int32,System.Globalization.CultureInfo)">
			<summary>Determines a maximum number of suggestions for a specific incorrect word using selected dictionaries of the TXSpell.Dictionaries DictionaryCollection and the default dictionary folder where the dictionary's language equals to the defined language parameter.</summary>
			<param name="incorrectWord">Specifies the incorrect word that has to be determined for suggestions.</param>
			<param name="max">Specifies the maximum number of suggestions that has to be determined.</param>
			<param name="language">The language that is used to create suggestions for the specified incorrect word.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpellChecker.CreateSynonyms(System.String)">
			<summary>Returns synonyms for a specific text using the selected synonym lists of the SynonymListCollection at the TXSpellChecker.SynonymLists.</summary>
			<param name="text">Specifies the text that has to be determined for synonyms.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpellChecker.CreateSynonyms(System.String,System.Globalization.CultureInfo)">
			<summary>Returns synonyms for a specific text using the selected synonym lists of the SynonymListCollection at the TXSpellChecker.SynonymLists and the default synonym lists folder where the synonym list's language equals to the defined language parameter.</summary>
			<param name="text">Specifies the text that has to be determined for synonyms.</param>
			<param name="language">The language that is used to create synonyms for the specified text.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpellChecker.CreateSynonyms(System.String,Proofing.SynonymList)">
			<summary>Returns synonyms for a specific text using a specific SynonymList.</summary>
			<param name="text">Specifies the text that has to be determined for synonyms.</param>
			<param name="synonymList">The synonymList that is used to create synonyms for the specified text.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpellChecker.DetectLanguageScopes(System.String)">
			<summary>Detects language scopes in a text and fills the results into the LanguageScopeCollection at TXSpellChecker.LanguageScopes.</summary>
			<param name="text">Specifies the text where to detect language scopes.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpellChecker.GetHyphenationPoint(System.String,System.Int32)">
			<summary>Returns the next hyphenation point for a specific word right before a defined divide position. That point is calculated by using the default hyphenation list.</summary>
			<param name="word">The word to hyphenate.</param>
			<param name="dividePosition">The defined divide position.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpellChecker.GetHyphenationPoint(System.String,System.Int32,System.Globalization.CultureInfo)">
			<summary>Returns the next hyphenation point for a specific word right before a defined divide position. That point is calculated by using the hyphenation list that corresponds to the specified language parameter</summary>
			<param name="word">The word to hyphenate.</param>
			<param name="dividePosition">The defined divide position.</param>
			<param name="language">The language, which is used to calculate the hyphenation point.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpellChecker.GetHyphenationPoints(System.String)">
			<summary>Returns an array of all hyphenation points for a word. These points are calculated by using the default hyphenation list.</summary>
			<param name="word">The word to hyphenate.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpellChecker.GetHyphenationPoints(System.String,System.Globalization.CultureInfo)">
			<summary>Returns an array of all hyphenation points for a word. These points are calculated by using the hyphenation list that corresponds to the specified language parameter</summary>
			<param name="word">The word to hyphenate.</param>
			<param name="language">The language, which is used to calculate the hyphenation points.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpellChecker.GetMenuItems(System.Object,System.Object,System.Int32)">
			<summary>Returns an array of MenuItems for a specific object of type TXTextControl.MisspelledWord.</summary>
			<param name="misspelledWord">The misspelled word of type TXTextControl.MisspelledWord for that the array of menu items are created.</param>
			<param name="textControl">The control of type TXTextControl.TextControl that contains the misspelled word.</param>
			<param name="maxSuggestions">The maximum number of suggestions that should be created for the incorrect word.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpellChecker.GetMenuItems(Proofing.IncorrectWord,System.String,System.Int32)">
			<summary>Returns an array of MenuItems for a specific IncorrectWord.</summary>
			<param name="incorrectWord">The misspelled word of type IncorrectWord for that the array of menu items is created.</param>
			<param name="sourceText">The text that contains the misspelled word.</param>
			<param name="maxSuggestions">The maximum number of suggestions that should be created for the incorrect word.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpellChecker.OptionsDialog">
			<summary>Invokes the built-in dialog box that shows all tabs.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpellChecker.OptionsDialog(System.Int32[])">
			<summary>Invokes the built-in dialog box that shows those tabs that are related to the specified indices.</summary>
			<param name="activeTabs">Specifies the indices of the tabs, zero-based, which are displayed when the tabbed dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpellChecker.OptionsDialog(Proofing.ShowDialogSettings)">
			<summary>Invokes the built-in dialog box with a ShowDialogSettings instance that shows all tabs.</summary>
			<param name="showDialogSettings">Sets an instance of the ShowDialogSettings class to determine the dialog's start position and owner.</param>
		</member>
		<member name="M:TXTextControl.Proofing.TXSpellChecker.OptionsDialog(Proofing.ShowDialogSettings,System.Int32[])">
			<summary>Invokes the built-in dialog box with a ShowDialogSettings instance that shows those tabs that are related to the specified indices.</summary>
			<param name="showDialogSettings">Sets an instance of the ShowDialogSettings class to determine the dialog's start position and owner.</param>
			<param name="activeTabs">Specifies the indices of the tabs, zero-based, which are displayed when the tabbed dialog box is opened.</param>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpellChecker.AvailableDictionaries">
			<summary>Gets a list of all available dictionaries in the default dictionary folder.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpellChecker.AvailableHyphenationLists">
			<summary>Gets a list of all available hyphenation lists of the default hyphenation lists folder.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpellChecker.AvailableSynonymLists">
			<summary>Gets a list of all available synonym lists of the default synonym lists folder.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpellChecker.DetectableLanguageScopes">
			<summary>Gets or sets a list of all languages that are used to detect language scopes in a text.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpellChecker.Dictionaries">
			<summary>Gets a collection of all added and validated dictionaries.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpellChecker.DictionariesDirectoryPath">
			<summary>Gets or sets the path to the default dictionaries folder.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpellChecker.HyphenationListsDirectoryPath">
			<summary>Gets or sets the path to the default hyphenation lists folder.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpellChecker.HyphenationLanguage">
			<summary>Gets or sets the name of a hyphenation list that is located at the default hyphenation lists folder. When using the HyphenationLanguage property, the Hyphenation.IsSelectedAsDefault property of the chosen hyphenation list is set to true.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpellChecker.HyphenationLists">
			<summary>Gets a collection of all added hyphenation dictionaries.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpellChecker.IgnoreCase">
			<summary>Gets or sets a value of type IgnoreCaseSettings determining if and how the case of a word is ignored while spell checking.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpellChecker.IgnoreWord">
			<summary>Gets or sets a value of type IgnoreWordSettings determining when a word should not be spell checked.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpellChecker.IncorrectWords">
			<summary>Gets a collection of all incorrect words that were detected by the last call of the TXSpellChecker.Check method.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpellChecker.Language">
			<summary>Gets or sets the name of a dictionary that is located at the default dictionary folder. Using the Language property, the Dictionary.IsSelectedAsDefault property of the chosen dictionary is set to true.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpellChecker.LanguageRecognitionDirectoryPath">
			<summary>Gets or sets the path to the language recognition folder that provides the languageRecognition.resources file which is required to detect language scopes in a text.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpellChecker.LanguageScopes">
			<summary>Gets a collection of all detected language scopes.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpellChecker.SpellCheckDialog">
			<summary>Gets an object of type SpellCheckDialog that is used to modify and show the built-in SpellCheckDialog.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpellChecker.SpellingCorrectionUIProvider">
			<summary>Gets an object of type SpellingCorrectionUIProvider to provide methods and properties for constructing a spelling correction user interface.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpellChecker.Suggestions">
			<summary>Gets a collection of suggestions that were created by the last call of the TXSpellChecker.CreateSuggestions method.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpellChecker.SynonymLists">
			<summary>Gets a collection of all added synonym lists.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpellChecker.SynonymListsDirectoryPath">
			<summary>Gets or sets the path to the default synonym lists folder.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.TXSpellChecker.SynonymLanguage">
			<summary>Gets or sets the name of a synonym list that is located at the default synonym lists folder. When using the SynonymLanguage property, the SynonymList.IsSelectedAsDefault property of the selected synonym list is set to true.</summary>
		</member>
		<member name="E:TXTextControl.Proofing.TXSpellChecker.DialogButtonClicked">
			<summary>Occurs when a dialog button of the built-in SpellCheckDialog was clicked.</summary>
		</member>
		<member name="E:TXTextControl.Proofing.TXSpellChecker.DictionaryAdded">
			<summary>Occurs when a dictionary was added to the TXSpellChecker.Dictionaries DictionaryCollection.</summary>
		</member>
		<member name="E:TXTextControl.Proofing.TXSpellChecker.DictionaryRemoved">
			<summary>Occurs when a dictionary was removed from the TXSpellChecker.Dictionaries DictionaryCollection.</summary>
		</member>
		<member name="E:TXTextControl.Proofing.TXSpellChecker.IncorrectWordChanging">
			<summary>Occurs when an object of type IncorrectWord is changing by spell check context menu or spell check dialog operations.</summary>
		</member>
		<member name="E:TXTextControl.Proofing.TXSpellChecker.MenuItemClicked">
			<summary>Occurs when a MenuItem is clicked.</summary>
		</member>
		<member name="E:TXTextControl.Proofing.TXSpellChecker.MisspelledWordChanging">
			<summary>Occurs when an object of type TXTextControl.MisspelledWord is changing by spell check context menu or spell check dialog operations.</summary>
		</member>
		<member name="E:TXTextControl.Proofing.TXSpellChecker.OptionsDialogOpening">
			<summary>Occurs when a the built-in options dialog is invoked by the TXSpellChecker.OptionsDialog method or clicking the Options... button of the built-in SpellCheckDialog.</summary>
		</member>
		<member name="E:TXTextControl.Proofing.TXSpellChecker.SpellCheckDialogClosing">
			<summary>Occurs when the built-in spell check dialog is closing.</summary>
		</member>
		<member name="E:TXTextControl.Proofing.TXSpellChecker.SpellCheckDialogOpening">
			<summary>Occurs when the built-in spell check dialog is invoked using the SpellCheckDialog.Show method.</summary>
		</member>
		<member name="E:TXTextControl.Proofing.TXSpellChecker.UserDictionaryWordAdded">
			<summary>Occurs when a word is added to a user dictionary.</summary>
		</member>
		<member name="E:TXTextControl.Proofing.TXSpellChecker.UserDictionaryWordRemoved">
			<summary>Occurs when a word is removed from a user dictionary.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.UserDictionary">
			<summary>The UserDictionary class represents a dictionary that allows to use, create and edit user dictionaries.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.UserDictionary.#ctor">
			<summary>Creates an empty instance of the UserDictionary class.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.UserDictionary.#ctor(System.String)">
			<summary>Initializes a new instance of the UserDictionary class by loading a specific user dictionary file.</summary>
			<param name="userDictionaryPath">Specifies the path of the user dictionary file.</param>
		</member>
		<member name="M:TXTextControl.Proofing.UserDictionary.#ctor(System.String[],System.Globalization.CultureInfo)">
			<summary>Initializes a new instance of the UserDictionary class by loading a string array that represents the content of a user dictionary file.</summary>
			<param name="dictionaryLines">The string array that represents the content of a user dictionary file.</param>
			<param name="language">Specifies the language of the dictionary.</param>
		</member>
		<member name="M:TXTextControl.Proofing.UserDictionary.AddWord(System.String)">
			<summary>Adds a word to the user dictionary. The method has no effect, if the UserDictionary.IsEditable property is false or the user dictionary is not added to the TXSpell.Dictionaries or TXSpellChecker.Dictionaries DictionaryCollection.</summary>
			<param name="word">Specifies the word to add to the user dictionary.</param>
		</member>
		<member name="M:TXTextControl.Proofing.UserDictionary.RemoveAllWords">
			<summary>Removes all words from the user dictionary. The method has no effect, if the UserDictionary.IsEditable property is false or the user dictionary is not added to the TXSpell.Dictionaries or TXSpellChecker.Dictionaries DictionaryCollection.</summary>
		</member>
		<member name="M:TXTextControl.Proofing.UserDictionary.RemoveWord(System.String)">
			<summary>Removes a word the user dictionary. The method has no effect if the UserDictionary.IsEditable property is false or the user dictionary is not added to the TXSpell.Dictionaries or TXSpellChecker.Dictionaries DictionaryCollection.</summary>
			<param name="word">Specifies the word to remove from the user dictionary.</param>
		</member>
		<member name="M:TXTextControl.Proofing.UserDictionary.Save(System.String)">
			<summary>Saves the complete content of the user dictionary in a file.</summary>
			<param name="userDictionaryPath">Specifies a file that is used to save the user dictionary.</param>
		</member>
		<member name="M:TXTextControl.Proofing.UserDictionary.Save(System.String[]@)">
			<summary>Saves the complete content of the user dictionary as a string array.</summary>
			<param name="stringArray">Specifies a string array that is used to save the user dictionary.</param>
		</member>
		<member name="M:TXTextControl.Proofing.UserDictionary.ToArray">
			<summary>Converts all user dictionary entries to a string array.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.UserDictionary.IsEditable">
			<summary>Gets or sets a value indicating whether the user dictionary is editable or not.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.UserDictionary.FilePath">
			<summary>Gets the name and path of the file that has been used to load this user dictionary or where it has been saved to.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.UserDictionaryWordAddedEventArgs">
			<summary>The UserDictionaryWordAddedEventArgs class provides data for the UserDictionaryWordAdded event in TX Spell .NET for Windows Forms and WPF.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.UserDictionaryWordAddedEventArgs.UserDictionary">
			<summary>Gets the UserDictionary where the word was added to.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.UserDictionaryWordAddedEventArgs.AddedWord">
			<summary>Gets the word that was added to the UserDictionary.</summary>
		</member>
		<member name="T:TXTextControl.Proofing.UserDictionaryWordRemovedEventArgs">
			<summary>The UserDictionaryWordRemovedEventArgs class provides data for the UserDictionaryWordRemoved event in TX Spell .NET Windows Forms and WPF.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.UserDictionaryWordRemovedEventArgs.UserDictionary">
			<summary>Gets the UserDictionary the word was removed from.</summary>
		</member>
		<member name="P:TXTextControl.Proofing.UserDictionaryWordRemovedEventArgs.RemovedWord">
			<summary>Gets the word that was removed from the UserDictionary.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Proofing.DialogButton">
			<summary>The DialogButton class represents a button of the built-in SpellCheckDialog.</summary>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.DialogButton.#ctor(Proofing.TXSpell.ButtonType)">
			<summary>Initializes a new instance of the DialogButton class.</summary>
			<param name="type">Specifies one of the ButtonType values.</param>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.DialogButton.Enabled">
			<summary>Gets or sets a value indicating whether the DialogButton can respond to user interaction.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.DialogButton.FontFamily">
			<summary>Gets or sets the font family of the text displayed by the DialogButton.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.DialogButton.FontSize">
			<summary>Gets or sets the font size of the text displayed by the DialogButton.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.DialogButton.FontStyle">
			<summary>Gets or sets the font style of the text displayed by the DialogButton.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.DialogButton.FontWeight">
			<summary>Gets or sets the font weight of the text displayed by the DialogButton.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.DialogButton.IsDeleteButton">
			<summary>Gets or sets a value specifying the DialogButton text.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.DialogButton.IsUndoEditButton">
			<summary>Gets or sets a value specifying the DialogButton text.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.DialogButton.Text">
			<summary>Gets or sets the text displayed by the DialogButton.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.DialogButton.Type">
			<summary>Gets a value of type ButtonType which is specified for the DialogButton.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Proofing.DialogButtonCollection">
			<summary>An instance of the DialogButtonCollection class contains all objects of type DialogButton that represent the dialog buttons of the built-in SpellCheckDialog.</summary>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.DialogButtonCollection.Add(WPF.Proofing.DialogButton)">
			<summary>Adds an object of type DialogButton to the collection.</summary>
			<param name="button">Specifies an object of type DialogButton.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.DialogButtonCollection.AddRange(IEnumerable&lt;WPF.Proofing.DialogButton&gt;)">
			<summary>Adds a collection of DialogButtons to the collection.</summary>
			<param name="collection">Specifies the collection of DialogButtons.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.DialogButtonCollection.Item">
			<summary>Gets a DialogButton from the collection. This property is the indexer for the DialogButtonCollection class.</summary>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.DialogButtonCollection.Remove(WPF.Proofing.DialogButton)">
			<summary>Removes an object of type DialogButton from the collection.</summary>
			<param name="button">Specifies an object of type DialogButton.</param>
		</member>
		<member name="T:TXTextControl.WPF.Proofing.DialogButtonEventArgs">
			<summary>The DialogButtonEventArgs class provides data for the TXSpellChecker.DialogButtonClicked event in TX Spell .NET for WPF.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.DialogButtonEventArgs.DialogButton">
			<summary>Gets the clicked DialogButton.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.DialogButtonEventArgs.StateManager">
			<summary>Gets the SpellCheckDialogStateManager that provides methods and properties to get or set the next object of type IncorrectWord or TXTextControl.MisspelledWord that is handled by the SpellCheckDialog.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Proofing.MenuItem">
			<summary>The MenuItem class provides a method to build a menu strip with the most common TX Spell .NET features.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.MenuItem.Type">
			<summary>Gets the type of the MenuItem.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Proofing.MenuItemClickedEventArgs">
			<summary>The MenuItemClickedEventArgs class provides data for the TXSpellChecker.MenuItemClicked event in TX Spell .NET for WPF.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.MenuItemClickedEventArgs.MenuItem">
			<summary>Gets the clicked MenuItem.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Proofing.OptionsDialogOpeningEventArgs">
			<summary>The OptionsDialogOpeningEventArgs class provides data for the TXSpellChecker.OptionsDialogOpening event in TXSpell for WPF.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.OptionsDialogOpeningEventArgs.Cancel">
			<summary>Gets or sets a value indicating whether the event is canceled or not.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Proofing.Preview">
			<summary>The Preview class describes and handles attributes of the SpellCheckDialog's preview component.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.Preview.Editable">
			<summary>Gets or sets the value specifying whether the SpellCheckDialog preview component is editable or not.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.Preview.IncorrectWordColor">
			<summary>Gets or sets the color to colorize the current incorrect or misspelled (TXTextControl.MisspelledWord) word in the SpellCheckDialog preview component.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Proofing.ShowDialogSettings">
			<summary>The ShowDialogSettings class provides the possibility to determine the start position and the owner of the built-in options or spell check dialog.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.ShowDialogSettings.Location">
			<summary>Defines the starting location of the dialog if the StartPosition property is set to TXSpell.DialogStartPosition.Manual.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.ShowDialogSettings.Owner">
			<summary>Gets or sets the System.Windows.Window that represents the top-level window that will own the dialog form.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.ShowDialogSettings.StartPosition">
			<summary>Gets or sets the starting position of the form at run time.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Proofing.SpellCheckDialog">
			<summary>The SpellCheckDialog class provides a method to modify and show the built-in spell check dialog.</summary>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.SpellCheckDialog.Show(System.Windows.Window)">
			<summary>Invokes the built-in dialog box for correcting incorrect words of the TXSpellChecker.IncorrectWords collection in TXSpell for WPF. The SuggestionDictionaryComboBox.SuggestionDictionary is selected to create suggestions.</summary>
			<param name="owner">Any object that implements System.Windows.Window and represents the top-level window that owns this dialog.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.SpellCheckDialog.Show(System.Windows.Window,Proofing.Dictionary)">
			<summary>Invokes the built-in dialog box for checking incorrect words of the TXSpellChecker.IncorrectWords collection in TXSpell for WPF. The specified suggestion dictionary is selected to create suggestions.</summary>
			<param name="owner">Any object that implements System.Windows.Window and represents the top-level window that owns this dialog.</param>
			<param name="suggestionDictionary">Specifies the dictionary used for creating suggestions.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.SpellCheckDialog.Show(System.Object)">
			<summary>Invokes the built-in dialog box for checking misspelled words (TXTextControl.WPF.TextControl.MisspelledWords) of a specific TextControl (TXTextControl.WPF.TextControl). The SuggestionDictionaryComboBox.SuggestionDictionary is selected to create suggestions.</summary>
			<param name="textControl">Specifies the object of type TXTextControl.WPF.TextControl that is connected to the dialog.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.SpellCheckDialog.Show(System.Object,Proofing.Dictionary)">
			<summary>Invokes the built-in dialog box for checking misspelled words (TXTextControl.WPF.TextControl.MisspelledWords) of a specific TextControl (TXTextControl.WPF.TextControl). The specified suggestion dictionary is selected to create suggestions.</summary>
			<param name="textControl">Specifies the object of type TXTextControl.WPF.TextControl that is connected to the dialog.</param>
			<param name="suggestionDictionary">Specifies the dictionary used for creating suggestions.</param>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialog.AcceptButton">
			<summary>Gets or sets the dialog button that is used as the SpellCheckDialog's accept button.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialog.ChangeInAllTextParts">
			<summary>Gets or sets a value indicating whether the SpellCheckDialog change operation is applied in all text parts (TXTextControl.WPF.TextControl.TextParts).</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialog.CloseOnFinished">
			<summary>Gets or sets a value specifying whether the SpellCheckDialog is closed on completing the spell checking.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialog.FontFamily">
			<summary>Gets or sets the font family for the text displayed by the SpellCheckDialog labels, the preview, suggestion list, suggestion dictionary combo box and the cancel button.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialog.FontSize">
			<summary>Gets or sets the font size for the text displayed by the SpellCheckDialog labels, the preview, suggestion list, suggestion dictionary combo box and the cancel button.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialog.FontStyle">
			<summary>Gets or sets the font style for the text displayed by the SpellCheckDialog labels, the preview, suggestion list, suggestion dictionary combo box and the cancel button.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialog.FontWeight">
			<summary>Gets or sets the font weight for the text displayed by the SpellCheckDialog labels, the preview, suggestion list, suggestion dictionary combo box and the cancel button.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialog.HideSelection">
			<summary>Gets or sets a value indicating whether the selected text in the TXTextControl.WPF.TextControl remains highlighted while the SpellCheckDialog is open.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialog.IgnoreInAllTextParts">
			<summary>Gets or sets a value indicating whether the SpellCheckDialog ignore operation should be applied in all text parts (TXTextControl.WPF.TextControl.TextParts).</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialog.Location">
			<summary>Returns the point that represents the upper-left corner of the SpellCheckDialog window in screen coordinates.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialog.ShowDialogSettings">
			<summary>Gets or sets an instance of the ShowDialogSettings class to determine the SpellCheckDialog window's start position and owner.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialog.OptionButtons">
			<summary>Gets a collection of all dialog buttons that are located below the SpellCheckDialog's suggestion dictionary combo box.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialog.Preview">
			<summary>Gets the SpellCheckDialog's Preview instance.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialog.IgnoreButtons">
			<summary>Gets a collection of all dialog buttons that are located to the right of the SpellCheckDialog's preview component.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialog.ShowMessageBoxes">
			<summary>Gets or sets a value indicating whether the dialog should invoke built-in message boxes that inform the user that the spell checking is completed or that a chosen word is not found in one of the suggestion dictionaries.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialog.SuggestionDictionaryComboBox">
			<summary>Gets the SpellCheckDialog's SuggestionDictionaryComboBox instance.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialog.SuggestionList">
			<summary>Gets the SpellCheckDialog's SuggestionList instance.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialog.ChangeButtons">
			<summary>Gets a collection of all dialog buttons that are located to the right of the SpellCheckDialog's suggestion list.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Proofing.SpellCheckDialogClosingEventArgs">
			<summary>The SpellCheckDialogClosingEventArgs class provides data for the TXSpellChecker.SpellCheckDialogClosing event in TX Spell .NET for WPF.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialogClosingEventArgs.Cancel">
			<summary>Gets or sets a value indicating whether the event is canceled or not.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialogClosingEventArgs.StateManager">
			<summary>Gets the SpellCheckDialogStateManager that provides methods and properties to get or set the next object of type IncorrectWord or TXTextControl.MisspelledWord that is handled by the SpellCheckDialog.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Proofing.SpellCheckDialogOpeningEventArgs">
			<summary>The SpellCheckDialogOpeningEventArgs class provides data for the TXSpellChecker.SpellCheckDialogOpening event in TX Spell for WPF.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialogOpeningEventArgs.StateManager">
			<summary>Gets the SpellCheckDialogStateManager that provides methods and properties to get or set the next object of type IncorrectWord or TXTextControl.MisspelledWord that is handled by the SpellCheckDialog.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Proofing.SpellCheckDialogStateManager">
			<summary>Provides methods and properties for the StateManager property that is provided by the SpellCheckDialogOpeningEventArgs, DialogButtonEventArgs and the SpellCheckDialogClosingEventArgs in TX Spell .NET for WPF.</summary>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.SpellCheckDialogStateManager.Close">
			<summary>Closes the spell check dialog.</summary>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.SpellCheckDialogStateManager.SetNext(System.String)">
			<summary>Sets the text that is handled next by the SpellCheckDialog.</summary>
			<param name="text">The text that is handled next by the SpellCheckDialog.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.SpellCheckDialogStateManager.SetNext(Proofing.IncorrectWord)">
			<summary>Sets the incorrect word that is handled next by the SpellCheckDialog.</summary>
			<param name="incorrectWord">The object of type IncorrectWord that is handled next by the SpellCheckDialog.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.SpellCheckDialogStateManager.SetNext(System.Object)">
			<summary>Sets an object of type TXTextControl.WPF.TextControl that is handled next by the SpellCheckDialog.</summary>
			<param name="textControl">The object of type TXTextControl.WPF.TextControl that is handled next by the SpellCheckDialog.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.SpellCheckDialogStateManager.SetNext(System.Object,System.Object)">
			<summary>Sets an object of type TXTextControl.MisspelledWord that is handled next by the SpellCheckDialog.</summary>
			<param name="misspelledWord">The object of type TXTextControl.MisspelledWord that is handled next by the SpellCheckDialog.</param>
			<param name="iFormattedText">The object of type TXTextControl.IFormattedText that contains the misspelled word (TXTextControl.MisspelledWord).</param>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialogStateManager.NextIncorrectWord">
			<summary>Gets an object of type IncorrectWord that is handled next by the SpellCheckDialog.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialogStateManager.NextIFormattedText">
			<summary>Gets the next object of type TXTextControl.IFormattedText that contains the next misspelled word (TXTextControl.MisspelledWord).</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SpellCheckDialogStateManager.NextMisspelledWord">
			<summary>Gets an object of type TXTextControl.MisspelledWord that is handled next by the SpellCheckDialog.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Proofing.SuggestionDictionaryComboBox">
			<summary>The SuggestionDictionaryComboBox class describes and handles attributes of the spell check dialog's suggestion dictionary combo box.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SuggestionDictionaryComboBox.IsAllItemEnabled">
			<summary>Gets or sets a value indicating whether the SpellCheckDialog's dictionary combo box provides an All item that represents all dictionaries that are IsGetSuggestionsEnabled to create suggestions or not.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SuggestionDictionaryComboBox.IsAllItemSelected">
			<summary>Gets or sets a value indicating whether the All item of the SpellCheckDialog's dictionary combobox is selected or not.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SuggestionDictionaryComboBox.SuggestionDictionary">
			<summary>Gets or sets the dictionary that is currently selected as a suggestion dictionary.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Proofing.SuggestionList">
			<summary>The SuggestionList class describes and handles attributes of the SpellCheckDialog's suggestion list.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SuggestionList.MaxSuggestions">
			<summary>Gets or sets the maximum number of suggestions that has to be determined.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.SuggestionList.IsNoSuggestionsItemEnabled">
			<summary>Gets or sets a value indicating whether a message is displayed in the SpellCheckDialog's suggestion list that informs the user that no suggestions could be created for the current incorrect word.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Proofing.TXSpellChecker">
			<summary>The TXSpellChecker class implements a component with spell checking features.</summary>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.TXSpellChecker.#ctor">
			<summary>Initializes a new instance of the TXSpellChecker class. For spell check operations, a dictionary is used that is defined through the TXSpellChecker.Language property.</summary>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.TXSpellChecker.#ctor(System.String)">
			<summary>Initializes a new instance of the TXSpellChecker class. For spell check operations, a dictionary is used that corresponds to the specified language.</summary>
			<param name="language">The name of a dictionary that is located in the default dictionary folder and is loaded as default dictionary.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.TXSpellChecker.Check(System.String)">
			<summary>Checks text for spelling errors using selected dictionaries of the DictionaryCollection at TXSpellChecker.Dictionaries.</summary>
			<param name="text">Specifies the text to spell check.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.TXSpellChecker.Check(System.String,System.Globalization.CultureInfo)">
			<summary>Checks text for spelling errors using selected dictionaries of the TXSpellChecker.Dictionaries DictionaryCollection and the default dictionary folder where the dictionary's language equals to the defined language parameter.</summary>
			<param name="text">Specifies the text to spell check.</param>
			<param name="language">The language that is used to spell check the specified text.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.TXSpellChecker.Create">
			<summary>Initializes the resources of a newly instantiated TXSpellChecker object. This method must be called before using the object. If TX Spell .NET is connected to a TXTextControl.WPF.TextControl instance, this method is called implicitely and must not be called separately.</summary>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.TXSpellChecker.CreateSuggestions(System.String)">
			<summary>Determines suggestions for a specific incorrect word.</summary>
			<param name="incorrectWord">Specifies the incorrect word that has to be determined for suggestions.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.TXSpellChecker.CreateSuggestions(System.String,System.Globalization.CultureInfo)">
			<summary>Determines suggestions for a specific incorrect word using selected dictionaries of the TXSpell.Dictionaries DictionaryCollection and the default dictionary folder where the dictionary's language equals to the defined language parameter.</summary>
			<param name="incorrectWord">Specifies the incorrect word that has to be determined for suggestions.</param>
			<param name="language">The language that is used to create suggestions for the specified incorrect word.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.TXSpellChecker.CreateSuggestions(System.String,System.Int32)">
			<summary>Determines a maximum number of suggestions for a specific incorrect word.</summary>
			<param name="incorrectWord">Specifies the incorrect word that has to be determined for suggestions.</param>
			<param name="max">Specifies the maximum number of suggestions that has to be determined.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.TXSpellChecker.CreateSuggestions(System.String,System.Int32,System.Globalization.CultureInfo)">
			<summary>Determines a maximum number of suggestions for a specific incorrect word using selected dictionaries of the TXSpell.Dictionaries DictionaryCollection and the default dictionary folder where the dictionary's language equals to the defined language parameter.</summary>
			<param name="incorrectWord">Specifies the incorrect word that has to be determined for suggestions.</param>
			<param name="max">Specifies the maximum number of suggestions that has to be determined.</param>
			<param name="language">The language that is used to create suggestions for the specified incorrect word.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.TXSpellChecker.CreateSynonyms(System.String)">
			<summary>Returns synonyms for a specific text using the selected synonym lists of the SynonymListCollection at the TXSpellChecker.SynonymLists.</summary>
			<param name="text">Specifies the text that has to be determined for synonyms.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.TXSpellChecker.CreateSynonyms(System.String,System.Globalization.CultureInfo)">
			<summary>Returns synonyms for a specific text using the selected synonym lists of the SynonymListCollection at the TXSpellChecker.SynonymLists and the default synonym lists folder where the synonym list's language equals to the defined language parameter.</summary>
			<param name="text">Specifies the text that has to be determined for synonyms.</param>
			<param name="language">The language that is used to create synonyms for the specified text.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.TXSpellChecker.CreateSynonyms(System.String,Proofing.SynonymList)">
			<summary>Returns synonyms for a specific text using a specific SynonymList.</summary>
			<param name="text">Specifies the text that has to be determined for synonyms.</param>
			<param name="synonymList">The synonymList that is used to create synonyms for the specified text.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.TXSpellChecker.DetectLanguageScopes(System.String)">
			<summary>Detects language scopes in a text and fills the results into the LanguageScopeCollection at TXSpellChecker.LanguageScopes.</summary>
			<param name="text">Specifies the text where to detect language scopes.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.TXSpellChecker.GetHyphenationPoint(System.String,System.Int32)">
			<summary>Returns the next hyphenation point for a specific word right before a defined divide position. That point is calculated by using the default hyphenation list.</summary>
			<param name="word">The word to hyphenate.</param>
			<param name="dividePosition">The defined divide position.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.TXSpellChecker.GetHyphenationPoint(System.String,System.Int32,System.Globalization.CultureInfo)">
			<summary>Returns the next hyphenation point for a specific word right before a defined divide position. That point is calculated by using the hyphenation list that corresponds to the specified language parameter</summary>
			<param name="word">The word to hyphenate.</param>
			<param name="dividePosition">The defined divide position.</param>
			<param name="language">The language, which is used to calculate the hyphenation point.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.TXSpellChecker.GetHyphenationPoints(System.String)">
			<summary>Returns an array of all hyphenation points for a word. These points are calculated by using the default hyphenation list.</summary>
			<param name="word">The word to hyphenate.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.TXSpellChecker.GetHyphenationPoints(System.String,System.Globalization.CultureInfo)">
			<summary>Returns an array of all hyphenation points for a word. These points are calculated by using the hyphenation list that corresponds to the specified language parameter</summary>
			<param name="word">The word to hyphenate.</param>
			<param name="language">The language, which is used to calculate the hyphenation points.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.TXSpellChecker.GetMenuItems(System.Object,System.Object,System.Int32)">
			<summary>Returns an array of MenuItems for a specific object of type TXTextControl.MisspelledWord.</summary>
			<param name="misspelledWord">The misspelled word of type TXTextControl.MisspelledWord for that the array of menu items are created.</param>
			<param name="textControl">The control of type TXTextControl.WPF.TextControl that contains the misspelled word.</param>
			<param name="maxSuggestions">The maximum number of suggestions that should be created for the incorrect word.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.TXSpellChecker.GetMenuItems(Proofing.IncorrectWord,System.String,System.Int32)">
			<summary>Returns an array of MenuItems for a specific IncorrectWord.</summary>
			<param name="incorrectWord">The misspelled word of type IncorrectWord for that the array of menu items is created.</param>
			<param name="sourceText">The text that contains the misspelled word.</param>
			<param name="maxSuggestions">The maximum number of suggestions that should be created for the incorrect word.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.TXSpellChecker.OptionsDialog">
			<summary>Invokes the built-in dialog box that shows all tabs.</summary>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.TXSpellChecker.OptionsDialog(System.Int32[])">
			<summary>Invokes the built-in dialog box that shows those tabs that are related to the specified indices.</summary>
			<param name="activeTabs">Specifies the indices of the tabs, zero-based, which are displayed when the tabbed dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.TXSpellChecker.OptionsDialog(Proofing.WPF.ShowDialogSettings)">
			<summary>Invokes the built-in dialog box with a ShowDialogSettings instance that shows all tabs.</summary>
			<param name="showDialogSettings">Sets an instance of the ShowDialogSettings class to determine the dialog's start position and owner.</param>
		</member>
		<member name="M:TXTextControl.WPF.Proofing.TXSpellChecker.OptionsDialog(Proofing.WPF.ShowDialogSettings,System.Int32[])">
			<summary>Invokes the built-in dialog box with a ShowDialogSettings instance that shows those tabs that are related to the specified indices.</summary>
			<param name="showDialogSettings">Sets an instance of the ShowDialogSettings class to determine the dialog's start position and owner.</param>
			<param name="activeTabs">Specifies the indices of the tabs, zero-based, which are displayed when the tabbed dialog box is opened.</param>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.TXSpellChecker.AvailableDictionaries">
			<summary>Gets a list of all available dictionaries in the default dictionary folder.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.TXSpellChecker.AvailableHyphenationLists">
			<summary>Gets a list of all available hyphenation lists of the default hyphenation lists folder.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.TXSpellChecker.AvailableSynonymLists">
			<summary>Gets a list of all available synonym lists of the default synonym lists folder.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.TXSpellChecker.DetectableLanguageScopes">
			<summary>Gets or sets a list of all languages that are used to detect language scopes in a text.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.TXSpellChecker.Dictionaries">
			<summary>Gets a collection of all added and validated dictionaries.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.TXSpellChecker.DictionariesDirectoryPath">
			<summary>Gets or sets the path to the default dictionaries folder.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.TXSpellChecker.HyphenationListsDirectoryPath">
			<summary>Gets or sets the path to the default hyphenation lists folder.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.TXSpellChecker.HyphenationLanguage">
			<summary>Gets or sets the name of a hyphenation list that is located at the default hyphenation lists folder. When using the HyphenationLanguage property, the Hyphenation.IsSelectedAsDefault property of the chosen hyphenation list is set to true.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.TXSpellChecker.HyphenationLists">
			<summary>Gets a collection of all added hyphenation dictionaries.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.TXSpellChecker.IgnoreCase">
			<summary>Gets or sets a value of type IgnoreCaseSettings determining if and how the case of a word is ignored while spell checking.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.TXSpellChecker.IgnoreWord">
			<summary>Gets or sets a value of type IgnoreWordSettings determining when a word should not be spell checked.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.TXSpellChecker.IncorrectWords">
			<summary>Gets a collection of all incorrect words that were detected by the last call of the TXSpellChecker.Check method.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.TXSpellChecker.Language">
			<summary>Gets or sets the name of a dictionary that is located at the default dictionary folder. Using the Language property, the Dictionary.IsSelectedAsDefault property of the chosen dictionary is set to true.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.TXSpellChecker.LanguageRecognitionDirectoryPath">
			<summary>Gets or sets the path to the language recognition folder that provides the languageRecognition.resources file which is required to detect language scopes in a text.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.TXSpellChecker.LanguageScopes">
			<summary>Gets a collection of all detected language scopes.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.TXSpellChecker.SpellCheckDialog">
			<summary>Gets an object of type SpellCheckDialog that is used to modify and show the built-in SpellCheckDialog.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.TXSpellChecker.SpellingCorrectionUIProvider">
			<summary>Gets an object of type SpellingCorrectionUIProvider to provide methods and properties for constructing a spelling correction user interface.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.TXSpellChecker.Suggestions">
			<summary>Gets a collection of suggestions that were created by the last call of the TXSpellChecker.CreateSuggestions method.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.TXSpellChecker.SynonymLists">
			<summary>Gets a collection of all added synonym lists.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.TXSpellChecker.SynonymListsDirectoryPath">
			<summary>Gets or sets the path to the default synonym lists folder.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Proofing.TXSpellChecker.SynonymLanguage">
			<summary>Gets or sets the name of a synonym list that is located at the default synonym lists folder. When using the SynonymLanguage property, the SynonymList.IsSelectedAsDefault property of the selected synonym list is set to true.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Proofing.TXSpellChecker.DialogButtonClicked">
			<summary>Occurs when a dialog button of the built-in SpellCheckDialog is clicked.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Proofing.TXSpellChecker.DictionaryAdded">
			<summary>Occurs when a dictionary is added to the TXSpellChecker.Dictionaries DictionaryCollection.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Proofing.TXSpellChecker.DictionaryRemoved">
			<summary>Occurs when a dictionary is removed from the TXSpellChecker.Dictionaries DictionaryCollection.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Proofing.TXSpellChecker.IncorrectWordChanging">
			<summary>Occurs when an object of type IncorrectWord is changing by spell check context menu or spell check dialog operations.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Proofing.TXSpellChecker.MenuItemClicked">
			<summary>Occurs when a MenuItem is clicked.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Proofing.TXSpellChecker.MisspelledWordChanging">
			<summary>Occurs when an object of type TXTextControl.MisspelledWord is changing by spell check context menu or spell check dialog operations.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Proofing.TXSpellChecker.OptionsDialogOpening">
			<summary>Occurs when the built-in options dialog is invoked by the TXSpellChecker.OptionsDialog method or clicking the Options... button of the built-in SpellCheckDialog.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Proofing.TXSpellChecker.SpellCheckDialogClosing">
			<summary>Occurs when the built-in spell check dialog is closing.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Proofing.TXSpellChecker.SpellCheckDialogOpening">
			<summary>Occurs when the built-in spell check dialog is invoked using the SpellCheckDialog.Show method.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Proofing.TXSpellChecker.UserDictionaryWordAdded">
			<summary>Occurs when a word is added to a user dictionary.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Proofing.TXSpellChecker.UserDictionaryWordRemoved">
			<summary>Occurs when a word is removed from a user dictionary.</summary>
		</member>
	</members>
</doc>
