Adds objects of the type Dictionary to the collection and validates them for spell checking and suggestion operations.

Add(Proofing.Dictionary)

public int Add(Proofing.Dictionary dictionary);
Public Function Add(dictionary As Proofing.Dictionary) As Integer

Parameters

Parameter Description
dictionary Specifies the dictionary.

Return Value

The collection index at which the dictionary has been added.

Remarks

This method throws an exception when called while the SpellCheckDialog is open (except for adding dictionaries of type UserDictionary when the built-in options dialog was invoked by a SpellCheckDialog's dialog button).