Reflection
TVIAttributeSpaceEnabled Property


Returns or specifies whether a visual attribute should or should not occupy a character space in display memory when Reflection 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