InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / UseAnsiColor Property


In This Topic
    UseAnsiColor Property
    In This Topic
    Gets or sets a value indicating whether the host can transmit ANSI color sequences to InfoConnect, thereby changing the foreground and background colors for characters displayed in the terminal window. This property applies to the display of ANSI color sequences in in the terminal window; it does not apply to printing with InfoConnect.
    Syntax
    'Declaration
     
    
    Property UseAnsiColor As Boolean
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Boolean
     
    instance.UseAnsiColor = value
     
    value = instance.UseAnsiColor
    bool UseAnsiColor {get; set;}
    See Also