Class
TextBoxSpellChecker

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.SpellChecker.dll

Syntax:

cs-api-definition
[Export(typeof(IControlSpellChecker))]
public class TextBoxSpellChecker : ControlSpellCheckerBase, IControlSpellChecker, IDisposable

Inheritance: objectControlSpellCheckerBaseTextBoxSpellChecker

Implements: IControlSpellCheckerIDisposable

Inherited Members ControlSpellCheckerBase.ResetFields()ControlSpellCheckerBase.IgnoredOnceWordsControlSpellCheckerBase.IgnoredWordsControlSpellCheckerBase.SpellCheckerControlSpellCheckerBase.ShowAllCapitalLettersWord

Constructors

TextBoxSpellChecker()

Declaration

cs-api-definition
public TextBoxSpellChecker()

TextBoxSpellChecker(RadTextBoxControlElement)

Declaration

cs-api-definition
public TextBoxSpellChecker(RadTextBoxControlElement radTextBoxControlElement)

Parameters

radTextBoxControlElement

RadTextBoxControlElement

TextBoxSpellChecker(TextBoxBase)

Declaration

cs-api-definition
public TextBoxSpellChecker(TextBoxBase textBoxBase)

Parameters

textBoxBase

TextBoxBase

Properties

CurrentControl

Declaration

cs-api-definition
public override Control CurrentControl { get; set; }

Property Value

Control

Overrides ControlSpellCheckerBase.CurrentControl

DropDownMenu

Declaration

cs-api-definition
public RadDropDownMenu DropDownMenu { get; set; }

Property Value

RadDropDownMenu

Methods

ChangeCurrentWord(string)

Declaration

cs-api-definition
public override void ChangeCurrentWord(string suggestion)

Parameters

suggestion

string

Overrides ControlSpellCheckerBase.ChangeCurrentWord(string)

Dispose()

Declaration

cs-api-definition
public override void Dispose()

Overrides ControlSpellCheckerBase.Dispose()

GetListOfWords()

Declaration

cs-api-definition
public IEnumerable<IWordInfo> GetListOfWords()

Returns

IEnumerable<IWordInfo>

IsUpper(string)

Declaration

cs-api-definition
public static bool IsUpper(string value)

Parameters

value

string

Returns

bool

MoveToNextError()

Declaration

cs-api-definition
public override IWordInfo MoveToNextError()

Returns

IWordInfo

Overrides ControlSpellCheckerBase.MoveToNextError()

SetContentFromDocument(string)

Declaration

cs-api-definition
public override void SetContentFromDocument(string document)

Parameters

document

string

Overrides ControlSpellCheckerBase.SetContentFromDocument(string)