AutoWrap Property  
 

Enable or disable the wrapping of text in the emulation window.

Syntax

object.AutoWrap [= { True | False } ] ]

Remarks

The AutoWrap property enables or disables the wrapping of text in the emulation window. If set to True, when text reaches last column in the display, the cursor is re-positioned to the first column on the next line. If set to False, any text displayed beyond the last column is discarded.

Data Type

Integer (Int32)

See Also

Bell Property, Columns Property, Emulation Property, Rows Property