Invokes the built-in dialog box to define spell check, create suggestions and hyphenation and create synonyms settings..

OptionsDialog()

public void OptionsDialog();

OptionsDialog(Int[])

public void OptionsDialog(int[] activeTabs);

OptionsDialog(Proofing.WPF.ShowDialogSettings)

public void OptionsDialog(Proofing.WPF.ShowDialogSettings showDialogSettings);

OptionsDialog(Proofing.WPF.ShowDialogSettings, Int[])

public void OptionsDialog(Proofing.WPF.ShowDialogSettings showDialogSettings, int[] activeTabs);

Parameters

Parameter Description
showDialogSettings Sets an instance of the ShowDialogSettings class to determine the dialog's start position and owner.
activeTabs Specifies the indices of the tabs, zero-based, which are displayed when the tabbed dialog box is opened. Index 0 stands for the spell checking options tab such as case sensitivity and ignoring words. The tab represented by index 1 displays all loaded dictionaries. Tab 2 provides hyphenation options. Tab 3 shows an overview of all loaded Thesaurus files.

Remarks

The number of active tabs for the options dialog must be at least one. Otherwise, an ArgumentException is thrown.