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


In This Topic
    CutFillCharacter Property
    In This Topic
    Gets or sets a value indicating whether Cut and Clear actions replace characters with nulls or spaces.
    Syntax
    'Declaration
     
    
    Property CutFillCharacter As CutFillCharacterOption
    'Usage
     
    
    Dim instance As IIbmScreen
    Dim value As CutFillCharacterOption
     
    instance.CutFillCharacter = value
     
    value = instance.CutFillCharacter
    CutFillCharacterOption CutFillCharacter {get; set;}

    Property Value

    For the default value (SpaceCharacter), cut and cleared characters are replaced with spaces.
    Exceptions
    ExceptionDescription
    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

    The value of this property determines how data is transmitted to the host, but does not influence the current screen display. All cut or cleared characters appear as spaces in the current screen display.

    See Also