Attachmate.Reflection.Productivity Namespace
In This Topic
Classes
Interfaces
| Interface | Description |
![Interface](template/packages/core-dotnet/images/Interface.png) | 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. |
![Interface](template/packages/core-dotnet/images/Interface.png) | IAutoExpand | Defines the interface and configures settings for the Auto Expand Productivity feature. |
![Interface](template/packages/core-dotnet/images/Interface.png) | IOfficeTools | Defines the interface for the Office Tools Productivity feature. |
![Interface](template/packages/core-dotnet/images/Interface.png) | IProductivity | Defines the interface for the base Productivity feature. |
![Interface](template/packages/core-dotnet/images/Interface.png) | IRecentTyping | Defines the interface to the Recent Typing Productivity feature. |
![Interface](template/packages/core-dotnet/images/Interface.png) | IScreenHistory | Defines the interface for the Screen History feature. |
![Interface](template/packages/core-dotnet/images/Interface.png) | ISpellCheck | Defines the interface for the Spell Check Productivity feature. |
Structures
| Structure | Description |
![Structure](template/packages/core-dotnet/images/Structure.png) | AutoExpandDefinition | Contains an Auto Expand key-value pair that maps an abbreviation string to an expansion string. |
![Structure](template/packages/core-dotnet/images/Structure.png) | MisspelledWord | Contains the attributes of a misspelled word on a host screen. |
Delegates
Enumerations
| Enumeration | Description |
![Enumeration](template/packages/core-dotnet/images/Enumeration.png) | ProductivityOverwriteOption | Enumeration of replace word overwrite values that are used to configure Auto Expand and Auto Complete. |
![Enumeration](template/packages/core-dotnet/images/Enumeration.png) | SpellingLanguage | Specifies the main language dictionary to use to review the spelling of words, if the Spell Check engine supports multiple languages. |
See Also