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

In This Topic
    Editor Property (C1SpellDialog)
    In This Topic
    Gets a reference to the ISpellCheckableEditor object being spell-checked.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Editor As ISpellCheckableEditor
    public ISpellCheckableEditor Editor {get;}
    See Also