Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / AutoExpand Object
Properties Methods Events

In This Topic
    AutoExpand Object Members
    In This Topic

    The following tables list the members exposed by AutoExpand.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new AutoExpand object.  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns an enumerator of the current Auto Expand definitions defined for the session, or null if it cannot be obtained.  
    Public PropertyGets or sets how text following a completion is treated.  
    Public PropertyGets or sets whether Auto Expand is enabled in the session.  
    Public PropertyGets 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 PropertyGets or sets whether words are completed on a case-sensitive basis.  
    Public PropertyGets the parent object. The parent is the Productivity object.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a key-value pair to the Auto Expand dictionary.  
    Public MethodDetermines whether a given entry exists in the Auto Expand dictionary.  
    Public MethodGets an expansion from a definition in the Auto Expand dictionary.  
    Public MethodRemoves all items from Auto Expand, resulting in an empty list.  
    Public MethodDeletes an Auto Expand dictionary entry.  
    Top
    Public Events
     NameDescription
    Public EventRaised after a word has been expanded in the session.  
    Public EventRaised when a dictionary entry is added, edited, or removed from the Auto Expand dictionary.  
    Top
    See Also