Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / EndOfLineWrap Property
In This Topic
EndOfLineWrap Property
In This Topic
This property returns or specifies what happens when typing reaches the right margin (that is, the end of a line).
Syntax
expression.EndOfLineWrap As Boolean
where expression is a variable that represents a Screen Object
Remarks
When this property is set to true, Reflection automatically inserts a carriage return and a line feed.

When the value is false, the cursor is not automatically advanced. If you type additional characters, each character overwrites the previously-typed character until you move the cursor.

See Also