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


In This Topic
    OverrideHostFCCs Property
    In This Topic
    Gets or sets a value indicating whether to use the colors defined in the session settings.
    Syntax
    'Declaration
     
    
    Property OverrideHostFCCs As Boolean
    'Usage
     
    
    Dim instance As IUtsTerminal
    Dim value As Boolean
     
    instance.OverrideHostFCCs = value
     
    value = instance.OverrideHostFCCs
    bool OverrideHostFCCs {get; set;}

    Property Value

    If false, the session displays all colors as defined by the host.
    Remarks
    This property applies only to sessions configured to emulate UTS 60 terminals.

    See Also