ComponentOne Spell 8.0 for ActiveX
CheckWindow Method

Start spell checking the text in a given control.

Syntax

[form!]VSSpell.CheckWindow hWnd As Long

Remarks

Using this method is equivalent to setting AutoLinkHwnd property to a valid window handle and then setting the Start property to True.

Usually, the window belongs to a TextEdit or RichTextEdit control, and is retrieved using the control's hWnd property. For example:

Example Title
Copy Code
VSSpell1.CheckWindow Text1.hWnd

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback