Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / CompressBlankLinesEnabled Property


In This Topic
    CompressBlankLinesEnabled Property
    In This Topic
    Gets or sets a value indicating how Reflection handles blank lines in display memory. When this property is True, Reflection 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