Attachmate.Reflection.Productivity Namespace
In This Topic
Classes
Interfaces
| Interface | Description |
| IAutoComplete | Defines the interface and settings for Auto Complete, a Productivity feature that helps populate fields by suggesting common or repeated commands based on what you've typed previously. |
| IAutoExpand | Defines the interface and configures settings for the Auto Expand Productivity feature. |
| IOfficeTools | Defines the interface for the Office Tools Productivity feature. |
| IProductivity | Defines the interface for the base Productivity feature. |
| IRecentTyping | Defines the interface to the Recent Typing Productivity feature. |
| IScreenHistory | Defines the interface for the Screen History feature. |
| ISpellCheck | Defines the interface for the Spell Check Productivity feature. |
Structures
| Structure | Description |
| AutoExpandDefinition | Contains an Auto Expand key-value pair that maps an abbreviation string to an expansion string. |
| MisspelledWord | Contains the attributes of a misspelled word on a host screen. |
Delegates
Enumerations
| Enumeration | Description |
| ProductivityOverwriteOption | Enumeration of replace word overwrite values that are used to configure Auto Expand and Auto Complete. |
| SpellingLanguage | Specifies the main language dictionary to use to review the spelling of words, if the Spell Check engine supports multiple languages. |
See Also