ComponentOne SpellChecker for WinForms
SetActiveSpellChecking(Control,Object,Boolean) Method

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace > C1SpellChecker Class > SetActiveSpellChecking Method : SetActiveSpellChecking(Control,Object,Boolean) Method
System.Windows.Forms.Control that will be monitored for spelling mistakes.
IHtmlDocument2 interface that exposes the control contents.
True to provide as-you-type spell-checking to the activeXBrowser.
Sets whether the C1SpellChecker should highlight spelling mistakes in a System.Windows.Forms.WebBrowser control.
Syntax
'Declaration
 
Public Overloads Sub SetActiveSpellChecking( _
   ByVal control As System.Windows.Forms.Control, _
   ByVal activeXBrowser As System.Object, _
   ByVal spellChecking As System.Boolean _
) 
public void SetActiveSpellChecking( 
   System.Windows.Forms.Control control,
   System.object activeXBrowser,
   System.bool spellChecking
)

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 activeXBrowser.
See Also

Reference

C1SpellChecker Class
C1SpellChecker Members
Overload List