InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / CopyFormatRetainColor Property


In This Topic
    CopyFormatRetainColor Property
    In This Topic
    Gets or sets a value indicating whether to retain host colors when copying to the RTF (Rich Text Format) Clipboard format
    Syntax
    'Declaration
     
    
    Property CopyFormatRetainColor As Boolean
    'Usage
     
    
    Dim instance As IIbmScreen
    Dim value As Boolean
     
    instance.CopyFormatRetainColor = value
     
    value = instance.CopyFormatRetainColor
    bool CopyFormatRetainColor {get; set;}
    See Also