Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / CompressBlankLinesEnabled Property
In This Topic
    CompressBlankLinesEnabled Property
    In This Topic
    Gets or sets how Reflection handles blank lines in display memory.
    Syntax
    expression.CompressBlankLinesEnabled As Boolean
    where expression is a variable that represents a Screen Object
    Remarks
    This property only affects lines that have scrolled off the screen. When this property is true, Reflection compresses multiple blank lines in display memory into a single blank line.
    See Also