InfoConnect for Airlines
CompressBlankLinesEnabled Property


Returns or specifies 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