InfoConnect for Unisys
AutoCompleteOverwrite Property


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
Attachmate.Reflection.SecuredSettingException This exception is thrown if you modify a 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