-
Notifications
You must be signed in to change notification settings - Fork 0
8. Title
Enes Okullu edited this page May 18, 2024
·
3 revisions
SetConsoleTitle(string firstText);
Calls ScreenConsoleTitle(string firstText, string secondText, string thirdText) with providing default value for secondText and thirdText.
SetConsoleTitle(string firstText, string secondText);
Calls ScreenConsoleTitle(string firstText, string secondText, string thirdText) with providing default value for thirdText.
SetConsoleTitle(string firstText, string secondText, string thirdText);
SetConsoleTitle(string firstText, string secondText, ... string eigthText);
It sets console's title with default title seperator " - ".
SetConsoleTitleSeperator(string seperator);
It sets title seperator, default value is " - ".
ClearConsoleTitle();
It clears console's title.