Class
ControlSpellCheckersManager

Definition

Namespace:Telerik.Windows.Documents.Proofing

Assembly:Telerik.Windows.Documents.Proofing.dll

Syntax:

cs-api-definition
public class ControlSpellCheckersManager

Inheritance: objectControlSpellCheckersManager

Properties

ControlSpellCheckers

Declaration

cs-api-definition
public List<IControlSpellChecker> ControlSpellCheckers { get; set; }

Property Value

List<IControlSpellChecker>

Methods

GetControlSpellChecker(Type)

Declaration

cs-api-definition
public static IControlSpellChecker GetControlSpellChecker(Type controlType)

Parameters

controlType

Type

Returns

IControlSpellChecker

RegisterControlSpellChecker(IControlSpellChecker)

Declaration

cs-api-definition
public static void RegisterControlSpellChecker(IControlSpellChecker controlSpellChecker)

Parameters

controlSpellChecker

IControlSpellChecker