The ShowDialogSettings class provides the possibility to determine the start position and the owner of the built-in options or spell check dialog. To specify these settings for the spell check dialog, the TXSpellChecker.SpellChecker.ShowDialogSettings property is provided. The options dialog can be modified by setting an instance of the ShowDialogSettings class as a parameter to the OptionsDialog method.

Syntax

public class ShowDialogSettings
Public Class ShowDialogSettings

Introduced: 9.0.

Properties

Property Description
Location Defines the starting location of the dialog if the StartPosition property is set to TXSpell.DialogStartPosition.Manual.
Owner Gets or sets the IWin32Window that represents the top-level window that will own the dialog form.
StartPosition Gets or sets the starting position of the form at run time.