ConsoleWindow.WordWrap Property

Top 

Description

Determines whether the Console Window wraps lines of text longer than its width.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

false

 

Syntax

myVariable1 = myConsoleWindow1.WordWrap;

 

myConsoleWindow1.WordWrap = myVariable1;

 

See also

ConsoleWindow Object

ConsoleWindow Guide