Attachmate.Reflection.Objects Library (Productivity) : AutoExpand Object |
The following tables list the members exposed by AutoExpand.
Name | Description | |
---|---|---|
![]() | AutoExpandDefinitionCollection | Returns an enumerator of the current Auto Expand definitions defined for the session, or null if it cannot be obtained. |
![]() | AutoExpandOverwrite | Gets or sets how text following a completion is treated. |
![]() | Enabled | Gets or sets whether Auto Expand is enabled in the session. |
![]() | ExpandAndContinue | Gets or sets whether completed text is wrapped to ensuing input fields if the completion text is too long to fit in the original field. |
![]() | IsCaseSensitive | Gets or sets whether words are completed on a case-sensitive basis. |
![]() | Parent | Gets the parent object. The parent is the Productivity object. |
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 a dictionary entry is added, edited, or removed from the Auto Expand dictionary. |