Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library
/
Attachmate.Reflection.Objects.Productivity Library
/
AutoExpand Object
/ AutoExpandOverwrite Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Visual Basic (Declaration)
In This Topic
AutoExpandOverwrite Property
In This Topic
Gets or sets how text following a completion is treated.
Syntax
Visual Basic (Declaration)
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
Reference
AutoExpand Object
AutoExpand Members