ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / ISpellChecker Interface
Properties Methods Events

In This Topic
    ISpellChecker Interface Members
    In This Topic

    The following tables list the members exposed by ISpellChecker.

    Public Properties
     NameDescription
     PropertyGets a value that indicates whether the main spelling dictionary has been loaded.  
     PropertyGets the list of words to ignore during spell-checking.  
     PropertyGets the user dictionary used for spell-checking.  
    Top
    Public Methods
     NameDescription
     MethodShows a spell-checking dialog for an editor control.  
     MethodChecks a string containing text and returns a list of spelling errors.  
     MethodGets a list of suggestions for a misspelled word.  
     MethodShows a context menu with suggestions for a misspelled word.  
    Top
    Public Events
     NameDescription
     EventEvent that fires when any of the spell dictionaries changes in any way.  
    Top
    See Also