Initializes new instance of the DlgSetting class with values extracts from the specified C1Spell object.

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

Syntax

C#
public DlgSetting(
	C1Spell spell
)
Visual Basic (Declaration)
Public Sub New ( _
	spell As C1Spell _
)

Parameters

spell
Type: C1.Win.C1Spell..::.C1Spell
C1Spell object from which spell-checking options will be extracted.

See Also