ConsoleWindow.Dimension Property

Top 

Description

Determines the height in lines of a horizontally docked Console, or the width in characters of a vertically docked Console. Must be set before the Console is shown.

 

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:

integer

Access:

read/write

Default Value:

10

Valid Range:

1 ≤ ConsoleWindow.Dimension ≤ 512

 

Syntax

myVariable1 = myConsoleWindow1.Dimension;

 

myConsoleWindow1.Dimension = myVariable1;

 

See also

ConsoleWindow Object

ConsoleWindow Guide