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

In This Topic
    Dialog Property (CheckControlCompletedEventArgs)
    In This Topic
    Gets the ISpellDialog used to perform the modal spell-check.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Dialog As ISpellDialog
    public ISpellDialog Dialog {get;}
    See Also