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


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