Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / AutoExpand Object / AutoExpandOverwrite Property
In This Topic
    AutoExpandOverwrite Property
    In This Topic
    Gets or sets how text following a completion is treated.
    Syntax
    expression.AutoExpandOverwrite As ProductivityOverwriteOption
    where expression is a variable that represents a AutoExpand Object

    Property Value

    A ProductivityOverwriteOption value
    Remarks
    • EraseToEof erases all data remaining in the field following the completion.
    • Insert inserts the completion and pushes all following data toward the end of the field.
    • Overwrite overwrites any existing field data.
    See Also