Loads spell-checking settings from the specified file.

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

Syntax

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

Parameters

path
Type: System..::.String
File to load.

See Also