ConsoleTitle()

语法

ConsoleTitle(Title$)
概要
Changes the console title to the specified string. The console title is typically shown in the title bar of the window which the console is in (when you are viewing the console in a graphical environment such as your desktop).

Under Windows, the console title is also the text shown in the start bar and in the task manager representing your console application.

参数

Title$ The new title for the console.

返回值

无.

示例

  If OpenConsole()
    ConsoleTitle("The ConsoleTitle example program")
    PrintN("Press return to exit")
    Input()
  EndIf

参阅

EnableGraphicalConsole()

已支持操作系统

Windows

<- ConsoleLocate() - Console Index - EnableGraphicalConsole() ->