Description
Defines the location and docking style of the Console Window.
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Click here to see the documentation for this object in millisecond timing precision mode.
Attributes
Type:
|
integer
|
Access:
|
read/write
|
Default Value:
|
1 ( Docked at top of Workspace )
|
Valid Values:
|
Value
|
Label
|
0
|
Output window format (not docked)
|
1
|
Docked at top of Workspace
|
2
|
Docked at bottom of Workspace
|
3
|
Docked on left of Workspace
|
4
|
Docked on right of Workspace
|
|
Syntax
myVariable1 = myConsoleWindow1.DockMode;
myConsoleWindow1.DockMode = myVariable1;
|
See also
ConsoleWindow Object
ConsoleWindow Guide
|