Class ControlSpellCheckerBase
Inheritance
System.Object
ControlSpellCheckerBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.SpellChecker.dll
Syntax
public abstract class ControlSpellCheckerBase : IControlSpellChecker, IDisposable
Constructors
ControlSpellCheckerBase()
Declaration
protected ControlSpellCheckerBase()
Properties
CurrentControl
Declaration
public abstract Control CurrentControl { get; set; }
Property Value
System.
|
Implements
IgnoredOnceWords
Declaration
public IDictionary<int, string> IgnoredOnceWords { get; set; }
Property Value
System.
|
Implements
IgnoredWords
Declaration
public IIgnoredWordDictionary IgnoredWords { get; set; }
Property Value
Implements
ShowAllCapitalLettersWord
Get or set the words with all capital letters
Declaration
public bool ShowAllCapitalLettersWord { get; set; }
Property Value
System.
|
SpellChecker
Declaration
public ISpellChecker SpellChecker { get; set; }
Property Value
Implements
Methods
ChangeCurrentWord(String)
Declaration
public abstract void ChangeCurrentWord(string suggestion)
Parameters
System.
|
Implements
Dispose()
Declaration
public virtual void Dispose()
Implements
System.IDisposable.Dispose()
MoveToNextError()
Declaration
public abstract IWordInfo MoveToNextError()
Returns
Implements
ResetFields()
Declaration
public virtual void ResetFields()
Implements
SetContentFromDocument(String)
Declaration
public abstract void SetContentFromDocument(string document)
Parameters
System.
|