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 As System.Windows.Forms.WebBrowser, _
ByVal As System.Boolean _
)
public void SetActiveSpellChecking(
System.Windows.Forms.WebBrowser ,
System.bool
)
Parameters
- browser
- System.Windows.Forms.WebBrowser that will be monitored for spelling mistakes.
- spellChecking
- True to provide as-you-type spell-checking to the .
See Also