Shows a spell-checking dialog for an editor control.

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

Syntax

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

Parameters

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

Implements

ISpellCheckerCheckControlAsync(Object)

Remarks

In order to be spell-checkable, the editor must be a TextBox, C1RichTextBox, or an object that implements the ISpellCheckableEditor interface. Other objects are invalid and will cause this method to throw an exception.

See Also