InfoConnect for Airlines VBA Guide
AutoExpand Object Members

The following tables list the members exposed by AutoExpand.

Properties
 NameDescription
Public PropertyAutoExpandDefinitionCollectionReturns an enumerator of the current Auto Expand definitions defined for the session, or null if it cannot be obtained.  
Public PropertyAutoExpandOverwriteGets or sets how text following a completion is treated.  
Public PropertyEnabledGets or sets whether Auto Expand is enabled in the session.  
Public PropertyExpandAndContinueGets or sets whether completed text is wrapped to ensuing input fields if the completion text is too long to fit in the original field.  
Public PropertyIsCaseSensitiveGets or sets whether words are completed on a case-sensitive basis.  
Public PropertyParentGets the parent object. The parent is the Productivity object.  
Top
Methods and Functions
 NameDescription
Public MethodAddEntryAdds a key-value pair to the Auto Expand dictionary.  
Public MethodContainsEntryDetermines whether a given entry exists in the Auto Expand dictionary.  
Public MethodLookupGets an expansion from a definition in the Auto Expand dictionary.  
Public MethodRemoveAllEntriesRemoves all items from Auto Expand, resulting in an empty list.  
Public MethodRemoveEntryDeletes an Auto Expand dictionary entry.  
Top
Events
 NameDescription
Public EventAutoExpandedRaised after a word has been expanded in the session.  
Public EventDictionaryChangedRaised when a dictionary entry is added, edited, or removed from the Auto Expand dictionary.  
Top
See Also