RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / ISpellCheckableEditor Interface
Properties Methods

In This Topic
    ISpellCheckableEditor Interface Members
    In This Topic

    The following tables list the members exposed by ISpellCheckableEditor.

    Public Properties
     NameDescription
     PropertyGets a reference to the Control that implements the editor.  
     PropertyGets or sets the text that is selected in the editor.  
     PropertyGets or sets the length of text selected in the editor.  
     PropertyGets or sets the starting index of text selected in the editor.  
     PropertyGets or sets the text in the editor.  
    Top
    Public Methods
     NameDescription
     MethodCalled when the spell-checking process starts.  
     MethodCalled when the spell-checking process ends.  
     MethodGets the next batch of text to spell check using the same modal dialog.  
     MethodSelects a range of text in the editor.  
    Top
    See Also