Invokes the built-in dialog box for correcting misspelled words. The dialog steps through all misspelled words in the current document. It begins with the main text following by all headers, footers and textframes. This dialog is only available when a spell checking component has been connected with the SpellChecker property.

Introduced: 17.0.

SpellCheckDialog()

public void SpellCheckDialog();
Public Sub SpellCheckDialog()

SpellCheckDialog(Object)

public void SpellCheckDialog(object suggestionDictionary);
Public Sub SpellCheckDialog(ByVal suggestionDictionary As Object)

Parameters

Parameter Description
suggestionDictionary Specifies the dictionary used for making suggestions. This parameter is only useful, if more than one dictionary has been added to the spellchecker.