Adds the specified word to the custom dictionary specified by the WhichCustomDict property.

Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)

Syntax

C#
public bool AddToCustomFile(
	string word
)
Visual Basic (Declaration)
Public Function AddToCustomFile ( _
	word As String _
) As Boolean

Parameters

word
Type: System..::.String

Return Value

Value indicates if word has been successfully added to the custom dictionary or not.

See Also