Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / RetainDisplayFormat Property
In This Topic
    RetainDisplayFormat Property
    In This Topic
    Gets or sets a value indicating whether to retain formatting so that copied text is pasted in the same way as it is displayed in the terminal. When set to false, formatting is removed from copied text.
    Syntax
    expression.RetainDisplayFormat As Boolean
    where expression is a variable that represents a Screen Object
    See Also