Console: Title (let)

Title

Sets the title for the console of the current process.



 Public Property Let Title(
	  ByVal RHS As String )

Parameters

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

Remarks

This method supports Unicode characters on NT platforms.

Read/Write.

See Also

Project VBCorLib Overview Class Console Overview Console Properties Console Methods Title (get) TreatControlCAsInput (get)