ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / C1SpellChecker Class / SetActiveSpellChecking Method / SetActiveSpellChecking(WebBrowser,Boolean) Method
System.Windows.Forms.WebBrowser that will be monitored for spelling mistakes.
True to provide as-you-type spell-checking to the browser.

In This Topic
    SetActiveSpellChecking(WebBrowser,Boolean) Method
    In This Topic
    Sets whether the C1SpellChecker should highlight spelling mistakes in a System.Windows.Forms.WebBrowser control.
    Syntax
    'Declaration
     
    Public Overloads Sub SetActiveSpellChecking( _
       ByVal browser As System.Windows.Forms.WebBrowser, _
       ByVal spellChecking As System.Boolean _
    ) 
    public void SetActiveSpellChecking( 
       System.Windows.Forms.WebBrowser browser,
       System.bool spellChecking
    )

    Parameters

    browser
    System.Windows.Forms.WebBrowser that will be monitored for spelling mistakes.
    spellChecking
    True to provide as-you-type spell-checking to the browser.
    See Also