Reflection
AutoExpandOverwrite Property


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
Attachmate.Reflection.SecuredSettingException 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
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