Sets the dialog strings for the Spelling Check dialog box and the Options dialog box.
Namespace:
C1.Win.C1SpellAssembly: C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)
Syntax
C# |
---|
public enum UIStringsEnum |
Visual Basic (Declaration) |
---|
Public Enumeration UIStringsEnum |
Members
Member name | Description | |
---|---|---|
SSpellingCheck |
Text of the Spelling Check dialog box.
| |
SNotInDictionary |
"Not in Dictionary" label text.
| |
SIgnore |
"Ignore" button text.
| |
SIgnoreAll |
"Ignore All" button text.
| |
SAdd |
"Add" button text.
| |
SSuggestions |
"Suggestions" button text.
| |
SChange |
"Change" button text.
| |
SChangeAll |
"Change All" button text.
| |
SCancel |
"Cancel" button text.
| |
SAddWordsTo |
"Add Words To" label text.
| |
SOptions |
"Options" button text.
| |
SHelp |
"Help" button text.
| |
OOptions |
Text of the Options dialog box.
| |
OSpellSetting |
Text of the "Spell settings" panel.
| |
OCustomDictionaries |
Text of the "Custom dictionaries" panel.
| |
OSuggestCorrections |
"Suggest Corrections" CheckBox text.
| |
OIgnoreWordsInUpperCase |
"Ignore Words in Upper Case" CheckBox text.
| |
OIgnoreWordsWithNumbers |
"Ignore Words with Numbers" CheckBox text.
| |
OIgnoreWordsInMixedCase |
"Ignore Words in Mixed Case" CheckBox text.
| |
OOk |
"OK" button text.
| |
OCancel |
"Cancel" button text.
| |
OAdd |
"Add" button text.
| |
ORemove |
"Remove" button text.
| |
OFullPath |
"Full Path" label text.
|
Remarks
Use the members of this enumeration to set the value of the UIStrings property.