Attachmate.Reflection.Productivity Namespace : IAutoExpand Interface |
The following tables list the members exposed by IAutoExpand.
Name | Description | |
---|---|---|
![]() | AutoExpandDefinitionCollection | Returns an enumerator of Auto Expand definitions defined for the session or null if no definitions exist. |
![]() | AutoExpandOverwrite | Gets or sets how to treat text that follows an expansion. |
![]() | Enabled | Gets or sets whether to enable Auto Expand in the session. |
![]() | ExpandAndContinue | Gets or sets whether to wrap expanded text to ensuing input fields if it's too long to fit in the original field. |
![]() | IsCaseSensitive | Gets or sets whether to expand abbreviations on a case-sensitive basis. |
![]() | Parent | Gets the parent object (IProductivity). |
Name | Description | |
---|---|---|
![]() | AddEntry | Adds a key-value pair to the Auto Expand dictionary. |
![]() | ContainsEntry | Determines whether a given entry exists in the Auto Expand dictionary. |
![]() | Lookup | Gets an expansion from a definition in the Auto Expand dictionary. |
![]() | RemoveAllEntries | Removes all items from Auto Expand, resulting in an empty list. |
![]() | RemoveEntry | Deletes an Auto Expand dictionary entry. |
Name | Description | |
---|---|---|
![]() | AutoExpanded | Raised after a word has been expanded in the session. |
![]() | DictionaryChanged | Raised when an Auto Expand dictionary entry is added, edited, or removed. |