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


In This Topic
    CompressBlankLinesEnabled Property
    In This Topic
    Gets or sets a value indicating how InfoConnect handles blank lines in display memory. When this property is True, InfoConnect compresses multiple blank lines in display memory into a single blank line. This property only affects lines that have scrolled off the screen.
    Syntax
    'Declaration
     
    
    Property CompressBlankLinesEnabled As Boolean
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Boolean
     
    instance.CompressBlankLinesEnabled = value
     
    value = instance.CompressBlankLinesEnabled
    bool CompressBlankLinesEnabled {get; set;}
    See Also