Shows a spell-checking dialog for an editor control.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
void CheckControlAsync(
	Object editor
)
Visual Basic
Sub CheckControlAsync ( _
	editor As Object _
)

Parameters

editor
Type: System..::..Object
Object that contains the text to be spell-checked.

See Also