The SpellCheckDialog class provides the possibility to modify and show the built-in spell check dialog.

Syntax

public sealed class SpellCheckDialog
Public NotInheritable Class SpellCheckDialog

Introduced: 3.0.

Methods

Method Description
Show Invokes the built-in dialog box for checking incorrect or misspelled (TXTextControl.TextControl.MisspelledWords) words.

Properties

Property Description
AcceptButton Gets or sets the dialog button that is used as the SpellCheckDialog's accept button.
ChangeButtons Gets a collection of all dialog buttons that are located to the right of the SpellCheckDialog's suggestions list.
ChangeInAllTextParts Gets or sets a value indicating whether the SpellCheckDialog change operation is applied in all text parts (TXTextControl.TextControl.TextParts).
CloseOnFinished Gets or sets a value specifying whether the SpellCheckDialog is closed on completing the spell checking.
Font 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.
HideSelection Gets or sets a value indicating whether the selected text in the TXTextControl.TextControl remains highlighted while the SpellCheckDialog is open.
IgnoreButtons Gets a collection of all dialog buttons that are located to the right of the SpellCheckDialog's preview component.
IgnoreInAllTextParts Gets or sets a value indicating whether the SpellCheckDialog ignore operation should be applied in all text parts (TXTextControl.TextControl.TextParts).
Location Returns the point that represents the upper-left corner of the SpellCheckDialog form in screen coordinates.
OptionButtons Gets a collection of all dialog buttons that are located below the SpellCheckDialog's suggestion dictionary combo box.
Preview Gets the SpellCheckDialog's Preview instance.
ShowDialogSettings Gets or sets an instance of the ShowDialogSettings class to determine the SpellCheckDialog form's start position and owner.
ShowMessageBoxes 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.
SuggestionDictionaryComboBox Gets the SpellCheckDialog's SuggestionDictionaryComboBox instance.
SuggestionList Gets the SpellCheckDialog's SuggestionList instance.