SetActiveSpellChecking(Control,Object,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.Control, _
ByVal As System.Object, _
ByVal As System.Boolean _
)
public void SetActiveSpellChecking(
System.Windows.Forms.Control ,
System.object ,
System.bool
)
Parameters
- control
- System.Windows.Forms.Control that will be monitored for spelling mistakes.
- activeXBrowser
- IHtmlDocument2 interface that exposes the control contents.
- spellChecking
- True to provide as-you-type spell-checking to the .
See Also