Enumerates the possible actions performed on the Spelling Check dialog box during a spell check when
DialogAction event was fired.
Namespace:
C1.Win.C1SpellAssembly: C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)
Syntax
C# |
---|
public enum DialogActionEnum |
Visual Basic (Declaration) |
---|
Public Enumeration DialogActionEnum |
Members
Member name | Description | |
---|---|---|
NoAction |
Indicates no button is clicked.
| |
ChangeAll |
Indicates the user pressed the ChangeAll button on the Spelling Check dialog box.
| |
Change |
Indicates the user pressed the Change button on the Spelling Check dialog box.
| |
Ignore |
Indicates the user pressed the Ignore button on the Spelling Check dialog box.
| |
IgnoreAll |
Indicates the user pressed the IgnoreAll button on the Spelling Check dialog box.
| |
Add |
Indicates the user pressed the Add button on the Spelling Check dialog box.
| |
Cancel |
Indicates the user pressed the Cancel button on the Spelling Check dialog box.
|