Class ControlSpellCheckersManager
Inheritance
System.Object
ControlSpellCheckersManager
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.Windows.Documents.Proofing
Assembly: Telerik.Windows.Documents.Proofing.dll
Syntax
public class ControlSpellCheckersManager
Properties
ControlSpellCheckers
Declaration
public List<IControlSpellChecker> ControlSpellCheckers { get; set; }
Property Value
System.Collections.Generic.List<IControlSpellChecker>
|
Methods
GetControlSpellChecker(Type)
Declaration
public static IControlSpellChecker GetControlSpellChecker(Type controlType)
Parameters
System.Type
controlType
|
Returns
IControlSpellChecker
|
RegisterControlSpellChecker(IControlSpellChecker)
Declaration
public static void RegisterControlSpellChecker(IControlSpellChecker controlSpellChecker)
Parameters
IControlSpellChecker
controlSpellChecker
|