Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / AutoComplete Object / AutoComplete Constructor
The remote AutoComplete object.
The parent object.
In This Topic
    AutoComplete Constructor
    In This Topic
    Creates a new AutoComplete object.
    Syntax
    Public Function New( _
       ByVal apiAutoComplete As IAutoComplete, _
       ByVal productivity As Productivity _
    )

    Parameters

    apiAutoComplete
    The remote AutoComplete object.
    productivity
    The parent object.
    See Also