Console: Title (let)

Title

Sets the title for the console of the current process.



 Public Property Let Title(
	  ByVal Value As String )

Parameters

Value
[ByVal] String. The title to set the console to.

Remarks

This method supports Unicode characters on NT platforms.

Read/Write.

See Also

Project CorLib Overview

Class Console Overview