InfoConnect for Unisys
IAutoExpand Interface Members
Properties  Methods  Events

The following tables list the members exposed by IAutoExpand.

Public Properties
 NameDescription
 PropertyAutoExpandDefinitionCollectionReturns an enumerator of Auto Expand definitions defined for the session or null if no definitions exist.  
 PropertyAutoExpandOverwriteGets or sets how to treat text that follows an expansion.  
 PropertyEnabledGets or sets whether to enable Auto Expand in the session.  
 PropertyExpandAndContinueGets or sets whether to wrap expanded text to ensuing input fields if it's too long to fit in the original field.  
 PropertyIsCaseSensitiveGets or sets whether to expand abbreviations on a case-sensitive basis.  
 PropertyParentGets the parent object (IProductivity).  
Top
Public Methods
 NameDescription
 MethodAddEntryAdds a key-value pair to the Auto Expand dictionary.  
 MethodContainsEntryDetermines whether a given entry exists in the Auto Expand dictionary.  
 MethodLookupGets an expansion from a definition in the Auto Expand dictionary.  
 MethodRemoveAllEntriesRemoves all items from Auto Expand, resulting in an empty list.  
 MethodRemoveEntryDeletes an Auto Expand dictionary entry.  
Top
Public Events
 NameDescription
 EventAutoExpandedRaised after a word has been expanded in the session.  
 EventDictionaryChangedRaised when an Auto Expand dictionary entry is added, edited, or removed.  
Top
See Also