ComponentOne SpellChecker for WPF and Silverlight
C1.Silverlight.SpellChecker Namespace / C1SpellChecker Class
Properties Methods Events


In This Topic
    C1SpellChecker Class Members
    In This Topic

    The following tables list the members exposed by C1SpellChecker.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a C1SpellChecker.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a custom spell-checking dictionary.  
    Public PropertyGets or sets a custom spell-checking parser.  
    Public PropertyGets a value that indicates whether the main spelling dictionary has been loaded.  
    Public PropertyGets the list of words to ignore during spell-checking.  
    Public PropertyGets the main dictionary used for spell-checking.  
    Public PropertyGets a SpellOptions object that specifies spell-checking options.  
    Public PropertyGets the user dictionary used for spell-checking.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Shows a spell-checking dialog for an editor control.  
    Public MethodOverloaded. Checks a string containing text and returns a list of spelling errors.  
    Public MethodChecks a word to see if it's spelled correctly.  
    Public MethodOverloaded. Gets an array containing suggestions for a misspelled word.  
    Public MethodRaises the BadWordFound event.  
    Public MethodRaises the CheckControlCompleted event.  
    Public MethodRaises the ContextMenuCreated event.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the DictionaryChanged event.  
    Top
    Public Events
     NameDescription
    Public EventEvent that fires when a spelling error is found by the C1SpellChecker.  
    Public EventEvent that fires when the CheckControlAsync(Object) method finishes spell-checking a control.  
    Public EventEvent that fires when a context menu is created containing the spelling suggestions and commands.  
    Public EventEvent that fires when any of the spell dictionaries changes in any way.  
    Top
    See Also