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


In This Topic
    ReverseStatusLine Property
    In This Topic
    Gets or sets a value indicating whether to reverse the foreground and background colors of the status line.
    Syntax
    'Declaration
     
    
    Property ReverseStatusLine As Boolean
    'Usage
     
    
    Dim instance As IUtsTerminal
    Dim value As Boolean
     
    instance.ReverseStatusLine = value
     
    value = instance.ReverseStatusLine
    bool ReverseStatusLine {get; set;}
    Remarks
    This property applies only to sessions configured to emulate UTS 20 or UTS 40 terminals.
    See Also