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.Windows.Forms.TextBoxBase
textBoxBase
|
TextBoxSpellChecker(RadTextBoxControlElement)
Declaration
public TextBoxSpellChecker(RadTextBoxControlElement radTextBoxControlElement)
Parameters
RadTextBoxControlElement
radTextBoxControlElement
|
Properties
CurrentControl
Declaration
public override Control CurrentControl { get; set; }
Property Value
System.Windows.Forms.Control
|
Overrides
DropDownMenu
Methods
ChangeCurrentWord(String)
Declaration
public override void ChangeCurrentWord(string suggestion)
Parameters
System.String
suggestion
|
Overrides
Dispose()
GetListOfWords()
Declaration
public IEnumerable<IWordInfo> GetListOfWords()
Returns
System.Collections.Generic.IEnumerable<IWordInfo>
|
IsUpper(String)
Declaration
public static bool IsUpper(string value)
Parameters
System.String
value
|
Returns
System.Boolean
|
MoveToNextError()
SetContentFromDocument(String)
Declaration
public override void SetContentFromDocument(string document)
Parameters
System.String
document
|