ComponentOne Spell 8.0 for ActiveX
Complete Event (VSSpell)

Fired after the spell check has been completed.

Syntax

Private Sub VSSpell_Complete(Cancelled As Integer)

Remarks

This event is fired whenever the Text property has been completely checked or the spell check has been cancelled. This event is also fired after a spelling check of a single word is caused by setting the CheckWord property.

This event is fired even though the BadWord event may have been fired during a multi-word or single word spell check. Possible values for the Cancelled parameter are:

Value

Description

0

The spell check completed normally without being cancelled.

-1

The spell check was cancelled.

See Also

 

 


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

Product Support Forum  |  Documentation Feedback