InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / ScreenHostInvert Property


In This Topic
    ScreenHostInvert Property
    In This Topic

    Gets or sets whether to translate the character to the right of the equal sign in the translation table into the character to the left of the equal sign.

    Syntax
    'Declaration
     
    
    Property ScreenHostInvert As Boolean
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Boolean
     
    instance.ScreenHostInvert = value
     
    value = instance.ScreenHostInvert
    bool ScreenHostInvert {get; set;}

    Property Value

    If true, the character to the right of the equal sign is translated into the character to the left. For example, if the translation table defines A=B, B is translated into A.

    If false, the character to the left of the equal sign is translated into the character to the right.

    Remarks

    The translation tables provided with T27 always list the extended characters to the left of the equal sign.

    See Also