Saves the spell-checking settings to the specified file.

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

Syntax

C#
public void SaveSettings(
	string path
)
Visual Basic (Declaration)
Public Sub SaveSettings ( _
	path As String _
)

Parameters

path
Type: System..::.String
File name in which spell-checking options will be persisted.

See Also