Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / CopyDataFormat Property


In This Topic
CopyDataFormat Property
In This Topic
Gets or sets the copy data format. Format can be Lines (the default), Unformatted or Paragraph.
Syntax
'Declaration
 
Property CopyDataFormat As CopyDataFormats
 
'Usage
 
Dim instance As IScreen
Dim value As CopyDataFormats
 
instance.CopyDataFormat = value
 
value = instance.CopyDataFormat
See Also