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


In This Topic
    PasteTabReplacement Property
    In This Topic
    Gets or sets the string that replaces tabs if the PasteReplaceTabs setting is set to true.
    Syntax
    'Declaration
     
    
    Property PasteTabReplacement As String
    'Usage
     
    
    Dim instance As IIbmScreen
    Dim value As String
     
    instance.PasteTabReplacement = value
     
    value = instance.PasteTabReplacement
    string PasteTabReplacement {get; set;}

    Property Value

    The default value is "".
    Exceptions
    ExceptionDescription
    This exception is thrown if the set parameter length exceeds the maximum allowed length.
    This exception is thrown when you try to modify a property that has been secured with the Permissions Manager or that can only be modified by an Administrator.
    Remarks
    Any random set of characters is acceptable, including character spaces. The PasteReplaceTabs property must be set to true. The string can be up to 260 characters long.
    See Also