RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / CheckControlCompletedEventArgs Class / Editor Property

In This Topic
    Editor Property (CheckControlCompletedEventArgs)
    In This Topic
    Gets the ISpellCheckableEditor object that was spell-checked.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Editor As ISpellCheckableEditor
    public ISpellCheckableEditor Editor {get;}
    See Also