SpellCheckerCommand Properties
Serves as a base class for implementing classes that represent XtraSpellChecker actions.| Name | Description |
|---|---|
| Caption | Gets a localizable name of the command used in menu. |
| Culture | Gets or sets the culture of the custom dictionary to which a word can be added. |
| Enabled | Gets whether a command is currently enabled. |
| Finish | Gets or sets the position at which the text segment finishes. |
| Operation | Gets the operation performed by the command. |
| Start | Gets or sets the position at which the text segment starts. |
| Suggestion | Gets or sets the replacement for the current text segment. |
| Word | Gets or sets a word used for several commands, such as Ignore or AddToDictionary. |
See Also