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


In This Topic
    TVIAttributeSpaceEnabled Property
    In This Topic
    Gets or sets a value indicating whether a visual attribute should or should not occupy a character space in display memory when InfoConnect is emulating a TVI terminal (TerminalType = rcTVI955). When this property is False, visual attributes in display memory do not occupy a character space. When it is True, a visual attribute will occupy a character space in display memory.
    Syntax
    'Declaration
     
    
    Property TVIAttributeSpaceEnabled As Boolean
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Boolean
     
    instance.TVIAttributeSpaceEnabled = value
     
    value = instance.TVIAttributeSpaceEnabled
    bool TVIAttributeSpaceEnabled {get; set;}
    See Also