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.Windows.Forms.Control
|
Implements
IgnoredOnceWords
Declaration
public IDictionary<int, string> IgnoredOnceWords { get; set; }
Property Value
System.Collections.Generic.IDictionary<System.Int32, System.String>
|
Implements
IgnoredWords
Declaration
public IIgnoredWordDictionary IgnoredWords { get; set; }
Property Value
IIgnoredWordDictionary
|
Implements
ShowAllCapitalLettersWord
Get or set the words with all capital letters
Declaration
public bool ShowAllCapitalLettersWord { get; set; }
Property Value
System.Boolean
|
SpellChecker
Methods
ChangeCurrentWord(String)
Declaration
public abstract void ChangeCurrentWord(string suggestion)
Parameters
System.String
suggestion
|
Implements
Dispose()
Declaration
public virtual void Dispose()
Implements
System.IDisposable.Dispose()
MoveToNextError()
ResetFields()
Declaration
public virtual void ResetFields()
Implements
SetContentFromDocument(String)
Declaration
public abstract void SetContentFromDocument(string document)
Parameters
System.String
document
|