Represents the standard input, output, and error streams for console applications. (表示一个输入输出流控制台界面接口)
IConsole
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Terminal.STDIO__.IConsole
02 Properties
| Name | Overloads | Summary |
|---|---|---|
| WindowWidth | 1 | 控制台窗口的宽度,以列为单位。 |
| BackgroundColor | 1 | |
| ForegroundColor | 1 |
03 Events
| Name | Overloads | Summary |
|---|---|---|
| Tab | 2 | when <TAB> is pressed |
04 Members
WindowWidth
控制台窗口的宽度,以列为单位。
Remarks
不是以像素为单位,而是以字符个数为单位
Tab
when <TAB> is pressed
BackgroundColor
ForegroundColor
Tab