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

In This Topic
    Dialog Property (BadWordEventArgs)
    In This Topic
    Gets a reference to the ISpellDialog that is being used to spell-check a control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Dialog As Control
    public Control Dialog {get;}
    Remarks
    If this parameter is null, then no spell dialog is active and the bad word was found in as-you-type mode.
    See Also