InfoConnect API Guide
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 InfoConnect to the InfoConnect proprietary Clipboard format
    Syntax
    'Declaration
     
    
    Property CopyFormatRefMF As Boolean
    'Usage
     
    
    Dim instance As IIbmScreen
    Dim value As Boolean
     
    instance.CopyFormatRefMF = value
     
    value = instance.CopyFormatRefMF
    bool CopyFormatRefMF {get; set;}
    See Also