InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IAutoComplete Interface
Members


In This Topic
    IAutoComplete Interface
    In This Topic
    Defines the interface and settings for Auto Complete, a Productivity feature that helps populate fields by suggesting common or repeated commands based on what you've typed previously.
    Object Model
    IAutoComplete InterfaceIProductivity Interface
    Syntax
    'Declaration
     
    
    Public Interface IAutoComplete 
       Inherits Attachmate.Reflection.Framework.IProxy 
    'Usage
     
    
    Dim instance As IAutoComplete
    public interface IAutoComplete : Attachmate.Reflection.Framework.IProxy  
    See Also