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


In This Topic
    CopyFormatText Property
    In This Topic
    Gets or sets a value indicating whether to copy from InfoConnect to the text Clipboard format
    Syntax
    'Declaration
     
    
    Property CopyFormatText As Boolean
    'Usage
     
    
    Dim instance As IIbmScreen
    Dim value As Boolean
     
    instance.CopyFormatText = value
     
    value = instance.CopyFormatText
    bool CopyFormatText {get; set;}
    See Also