InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IProductivity Interface / AutoComplete Property


In This Topic
    AutoComplete Property
    In This Topic
    Gets the Auto Complete object, which holds configuration properties, methods, and events for the Auto Complete Productivity feature.
    Syntax
    'Declaration
     
    
    ReadOnly Property AutoComplete As IAutoComplete
    'Usage
     
    
    Dim instance As IProductivity
    Dim value As IAutoComplete
     
    value = instance.AutoComplete
    IAutoComplete AutoComplete {get;}
    See Also