Open Method (ConsoleWindow)

Class

ConsoleWindow.

Action

Opens a new console.

Availability

This functionality is supported only if you are using the Open Agent.

Syntax

VB
ConsoleWindow.Open ([caption])
Variable Description
caption The caption for the new console window. String.

Example

The following sample shows how you can open a new console with the caption "My Console":
// VB
ConsoleWindow.Open("My Console")