InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsTerminal Interface / ExtendControlPage Property


In This Topic
    ExtendControlPage Property
    In This Topic
    Gets or sets a value indicating whether to enable the Extended Control Page, which is used for file transfers to System 80 hosts.
    Syntax
    'Declaration
     
    
    Property ExtendControlPage As Boolean
    'Usage
     
    
    Dim instance As IUtsTerminal
    Dim value As Boolean
     
    instance.ExtendControlPage = value
     
    value = instance.ExtendControlPage
    bool ExtendControlPage {get; set;}

    Property Value

    If true, the Extended Control Page appears instead of the regular Control Page.

    If false, only the regular Control Page is displayed.

    See Also