RadControls for WinForms

Initializes a new instance of the DocumentProofingManager class

Namespace: Telerik.WinControls.RichTextBox.Proofing
Assembly: Telerik.WinControls.RichTextBox (in Telerik.WinControls.RichTextBox.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public DocumentProofingManager(
	RadDocument document,
	ISpellChecker spellChecker,
	IIgnoredWordDictionary ignoredWords
)
Visual Basic
Public Sub New ( _
	document As RadDocument, _
	spellChecker As ISpellChecker, _
	ignoredWords As IIgnoredWordDictionary _
)

See Also