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

In This Topic
    AutoComplete Object Members
    In This Topic

    The following tables list the members exposed by AutoComplete.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new AutoComplete object.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets how to treat text that follows an auto completion.  
    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 Auto Complete is enabled in the session.  
    Public PropertyGets or sets whether suggestion data is persisted to the session file.  
    Public PropertyGets or sets whether words are completed on a case-sensitive basis.  
    Public PropertyIndicates whether the Auto Complete dictionary has any suggestion data.  
    Public PropertyGets or sets whether suggestions are generated from all screen data (if true) or whether suggestions are field-dependent (if false).  
    Public PropertyGets or sets the maximum number of suggestions offered (between 1 and 10) when Auto Complete is triggered.  
    Public PropertyGets or sets the maximum length of words that can potentially be auto-completed. Longer words are ignored by Auto Complete. The range of valid values is 20-200 characters.  
    Public PropertyGets or sets the minimum number of characters typed (between 1 and 10) before suggestions are offered.  
    Public PropertyGets the parent object. The parent is the Productivity object.  
    Top
    Public Methods
     NameDescription
    Public MethodRemoves all previous session suggestion data.  
    Top
    Public Events
     NameDescription
    Public EventRaised when a dictionary entry is added to or removed from the Auto Complete dictionary.  
    Public EventRaised when a word has been completed (that is, a suggestion has been accepted).  
    Top
    See Also