InfoConnect for Airlines
CopyFormatDIB Property


Gets or sets a value indicating whether to copy from InfoConnect 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
bool CopyFormatDIB {get; set;}
See Also