InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IAutoExpand Interface / AutoExpandOverwrite Property


In This Topic
    AutoExpandOverwrite Property
    In This Topic
    Gets or sets how to treat text that follows an expansion.
    Syntax
    'Declaration
     
    
    Property AutoExpandOverwrite As ProductivityOverwriteOption
    'Usage
     
    
    Dim instance As IAutoExpand
    Dim value As ProductivityOverwriteOption
     
    instance.AutoExpandOverwrite = value
     
    value = instance.AutoExpandOverwrite
    ProductivityOverwriteOption AutoExpandOverwrite {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown if you modify an InfoConnect property that's been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
    Remarks
    Gets or sets how to treat text that follows an expansion.
    • Erases all remaining data in the field following the expansion.
    • Inserts the expansion and pushes any following data to the end of the field.
    • Overwrites any existing field data.
    See Also