InfoConnect VBA Guide
Attachmate.Reflection.Objects.Productivity Library / Productivity Object / Productivity Constructor
Productivity object implementation.
Parent terminal object.
In This Topic
    Productivity Constructor
    In This Topic
    Creates a new Productivity object.
    Syntax
    Public Function New( _
       ByVal apiProductivity As IProductivity, _
       ByVal control As ComControlBase _
    )

    Parameters

    apiProductivity
    Productivity object implementation.
    control
    Parent terminal object.
    See Also