Class | Description | |
---|---|---|
AutoCompleteAcceptedEventArgs | Event arguments for Auto Complete suggestion accepted event. | |
AutoExpandEventArgs | Specifies event arguments for the Auto Expansion event. | |
MisspelledWordEventArgs | Event arguments for spelling that handle misspellings. |
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. |
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. |
Delegate | Description | |
---|---|---|
AutoCompleteAcceptedEventHandler | The event delegate for the Auto Complete suggestion accepted event. | |
AutoExpandEventHandler | Auto Expand event delegate. | |
MisspelledWordEventHandler | MisspelledWord event delegate. |
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. |