Interface IControlSpellChecker
Namespace: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Documents.Proofing.dll
Syntax
public interface IControlSpellChecker
Properties
CurrentControl
Declaration
Control CurrentControl { get; set; }
Property Value
System.Windows.Controls.Control
|
IgnoredWords
SpellChecker
SupportedControlType
Declaration
Type SupportedControlType { get; }
Property Value
System.Type
|
Methods
ChangeCurrentWord(String)
Declaration
void ChangeCurrentWord(string suggestion)
Parameters
System.String
suggestion
|
GetContentAsDocument()
MoveToNextError()
ResetFields()
Declaration
void ResetFields()