Gets or sets the ISpellChecker used with the C1SpellCheckTool

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

Syntax

C#
public ISpellChecker SpellChecker { get; set; }
Visual Basic
Public Property SpellChecker As ISpellChecker
	Get
	Set

See Also