Object | Description | |
---|---|---|
AutoComplete | Implementation for the Auto Complete Productivity feature. | |
AutoExpand | Implementation for the Auto Expand feature, a Productivity feature that learns acronyms or shortcuts that, when typed, expand to the associated complex word or phrase. | |
MisspelledWord | Contains the attributes of a misspelled word on a host screen. | |
Productivity | Implementation of the base Productivity feature. | |
RecentTyping | Implementation for Recent Typing, a Productivity feature. | |
ScreenHistory | Implementation of the Screen History, a Productivity feature. | |
SpellCheck | Implementation of the Spell Check Productivity feature. |
Event | Description | |
---|---|---|
AutoExpanded | Raised after a word has been expanded in the session. | |
DictionaryChanged | Raised when a dictionary entry is added to or removed from the Auto Complete dictionary. | |
DictionaryChanged | Raised when a dictionary entry is added, edited, or removed from the Auto Expand dictionary. | |
ListChanged | Raised when a string is added to or removed from the Recent Typing list. | |
MisspelledWord | Raised when a word is misspelled in a host session. | |
ScreenChanged | Raised when screens are added or deleted in the Screen History list. | |
ScreenSelected | Raised when a history screen has been selected. | |
SuggestionAccepted | Raised when a word has been completed (that is, a suggestion has been accepted). |
Enumeration | Description | |
---|---|---|
ProductivityOverwriteOption | Enumeration of replace word overwrite values. | |
SpellingLanguage | Specifies the language dictionary to use with Spell Check if the Spell Check engine supports multiple languages. |