InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / 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
    'Declaration
     
    
    Property RetainDisplayFormat As Boolean
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Boolean
     
    instance.RetainDisplayFormat = value
     
    value = instance.RetainDisplayFormat
    bool RetainDisplayFormat {get; set;}
    See Also