InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IAutoComplete Interface / AutoCompleteOverwrite Property


In This Topic
    AutoCompleteOverwrite Property
    In This Topic
    Gets or sets how to treat text that follows a completion.
    Syntax
    'Declaration
     
    
    Property AutoCompleteOverwrite As ProductivityOverwriteOption
    'Usage
     
    
    Dim instance As IAutoComplete
    Dim value As ProductivityOverwriteOption
     
    instance.AutoCompleteOverwrite = value
     
    value = instance.AutoCompleteOverwrite
    ProductivityOverwriteOption AutoCompleteOverwrite {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
    • Erases all data remaining in the field following the completion.
    • Inserts completion and pushes following data to the end of the field.
    • Overwrites any existing field data.
    See Also