Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Productivity Namespace / IAutoComplete Interface / AutoCompleteOverwrite Property


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
Exceptions
ExceptionDescription
This exception is thrown if you modify a Reflection 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