Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / CopyFormatText Property


In This Topic
CopyFormatText Property
In This Topic
Gets or sets a value indicating whether to copy from Reflection to the text Clipboard format
Syntax
'Declaration
 
Property CopyFormatText As Boolean
 
'Usage
 
Dim instance As IIbmScreen
Dim value As Boolean
 
instance.CopyFormatText = value
 
value = instance.CopyFormatText
See Also