Class TextBoxSpellChecker
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 class TextBoxSpellChecker : ControlSpellCheckerBase, IControlSpellChecker, IDisposable
Constructors
TextBoxSpellChecker()
Declaration
public TextBoxSpellChecker()
TextBoxSpellChecker(TextBoxBase)
Declaration
public TextBoxSpellChecker(TextBoxBase textBoxBase)
Parameters
System.
|
TextBoxSpellChecker(RadTextBoxControlElement)
Declaration
public TextBoxSpellChecker(RadTextBoxControlElement radTextBoxControlElement)
Parameters
Rad
|
Properties
CurrentControl
Declaration
public override Control CurrentControl { get; set; }
Property Value
System.
|
Overrides
DropDownMenu
Methods
ChangeCurrentWord(String)
Declaration
public override void ChangeCurrentWord(string suggestion)
Parameters
System.
|
Overrides
Dispose()
GetListOfWords()
Declaration
public IEnumerable<IWordInfo> GetListOfWords()
Returns
System.
|
IsUpper(String)
Declaration
public static bool IsUpper(string value)
Parameters
System.
|
Returns
System.
|
MoveToNextError()
Declaration
public override IWordInfo MoveToNextError()
Returns
Overrides
SetContentFromDocument(String)
Declaration
public override void SetContentFromDocument(string document)
Parameters
System.
|