Consulta i valori di default della finestra di testo
1 2 3 4 5 6 7 |
TextWindow.WriteLine(TextWindow.BackgroundColor) TextWindow.WriteLine(TextWindow.ForegroundColor) TextWindow.WriteLine(TextWindow.CursorLeft) ' Colonna del cursore TextWindow.WriteLine(TextWindow.CursorTop) ' Riga del cursore TextWindow.WriteLine(TextWindow.Left) ' Colonna della finestra TextWindow.WriteLine(TextWindow.Title) TextWindow.WriteLine(TextWindow.Top) ' Riga della finestra |