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


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