ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker 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 System.Windows.Forms.Form
    public System.Windows.Forms.Form 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