Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Productivity Namespace / IAutoComplete Interface

In This Topic
    IAutoComplete Interface Properties
    In This Topic

    For a list of all members of this type, see IAutoComplete members.

    Public Properties
     NameDescription
     PropertyGets or sets how to treat text that follows a completion.  
     PropertyGets or sets a value indicating whether to wrap completed text to ensuing input fields if it's too long to fit in the original field.  
     PropertyGets or sets a value indicating whether to enable Auto Complete in the session.  
     PropertyGets or sets a value indicating whether suggestion data is persisted to the session file.  
     PropertyGets or sets a value indicating whether to complete words on a case-sensitive basis.  
     PropertyGets a value indicating whether suggestion data for the Auto Complete dictionary is available (if false) or not (if true).  
     PropertyGets or sets a value indicating whether suggestions are generated from all screen data (if true) or if they are field-dependent (if false).  
     PropertyGets or sets the maximum number of suggestions (between 1-10).  
     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.  
     PropertyGets or sets the minimum number of characters (between 1-10) that must be typed before suggestions are offered.  
     PropertyGets the parent object (IProductivity).  
    Top
    See Also