RetainDisplayFormat Property
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.
bool RetainDisplayFormat {get; set;}
'Declaration
Property RetainDisplayFormat As Boolean
'Usage
Dim instance As IScreen
Dim value As Boolean
instance.RetainDisplayFormat = value
value = instance.RetainDisplayFormat