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


In This Topic
CopyFormatDIB Property
In This Topic
Gets or sets a value indicating whether to copy from Reflection to the DIB (Device Independent Bitmap) Clipboard format
Syntax
'Declaration
 
Property CopyFormatDIB As Boolean
 
'Usage
 
Dim instance As IIbmScreen
Dim value As Boolean
 
instance.CopyFormatDIB = value
 
value = instance.CopyFormatDIB
See Also