Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / AutoComplete Object / CompleteAndContinue Property
In This Topic
    CompleteAndContinue Property
    In This Topic
    Gets or sets whether completed text is wrapped to ensuing input fields if the completion text is too long to fit in the original field.
    Syntax
    expression.CompleteAndContinue As Boolean
    where expression is a variable that represents a AutoComplete Object
    See Also