VSSpell Control > VSSpell All Members > VSSpell Properties > BadWordDialog Property |
Sets or returns whether the bad-word dialog will be used and the language that should be used to display it.
[form!]VSSpell.BadWordDialog[ = val As BadWordDialogConstants ]
Valid settings for the BadWordDialog property are:
Value |
Constant |
Description |
0 |
vsspellNoDialog |
No bad-word dialog will be displayed by the VSSpell control. The calling application may choose to display its own custom dialog. |
1 |
vsspellEnglishDialog |
The English bad-word dialog will be displayed. |
2 |
vsspellSpanishDialog |
The Spanish bad-word dialog will be displayed. |
3 |
vsspellGermanDialog |
The German bad-word dialog will be displayed. |
4 |
vsspellFrenchDialog |
The French bad-word dialog will be displayed. |
BadWordDialogConstants (Enumeration)
vsspellEnglishDialog