Пример #1
0
 public static void SetStandardOutputCharacterAttributes(ConsoleCharacterAttributes attributes)
 {
     SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), attributes);
 }
Пример #2
0
 private static extern bool SetConsoleTextAttribute(IntPtr hConsoleOutput, ConsoleCharacterAttributes wAttributes);
Пример #3
0
 private static extern bool SetConsoleTextAttribute(IntPtr hConsoleOutput, ConsoleCharacterAttributes wAttributes);
Пример #4
0
 public static void SetStandardOutputCharacterAttributes(ConsoleCharacterAttributes attributes)
 {
     SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), attributes);
 }