ComponentOne SiteMap for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker Namespace / BadWordEventArgs Class / Dialog Property

In This Topic
    Dialog Property
    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