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


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