ConsoleColor (System.ConsoleColor)

Inherits: System.Enum

Interfaces: IComparable, IFormattable, IConvertible

Derived Types: 0

Assembly: mscorlib.dll

Specifies constants that define foreground and background colors for the console.

VB.NET C#

VB.NET

Public Enum Structure ConsoleColor
  Implements System.IComparable, System.IFormattable, System.IConvertible
End Enum

Articles

microsoft.public.windows.powershell | Google Discussiegroepen

PSH [D:\foo]: $e="[enum]::GetNames([system.consolecolor])" > PSH [D:\foo]: $e > [enum]::GetNames([system.consolecolor]) > PSH [D:\foo]: & $e > The term '[enum]::GetNames([system ...

PowerShell Scripts - View Issue

fgc = [system.consolecolor]"Gray" $bgc = [system.consolecolor]"red" $row = $host.ui.rawui.NewBufferCellArray($ ("_" * $WS.Width),$fgc,$bgc) for($i ; $i -lt $WS.Height ; $i+

www.darryl.cain.com.au

open System. open System.Drawing. open System.Threading . type ScrollLetter = Letter of char | ColouredLetter of char * System.ConsoleColor . let padStr (msg:string)

Console.BackgroundColor Property (System)

Gets or sets the background color of the console. ... Property Value Type: System . . :: . ConsoleColor. A ConsoleColor that specifies the background color of the console; that is ...

PC Pro: Analysis: Real World Computing: Built-in types part II

This info is provided by .NET in the form of an enumeration of all the valid console colours, called the System.Consolecolor enumeration. To list all possible values of this ...

Mono Documentation

Mono Class Library : System Namespace System.ConsoleColor Enumeration: Note: This namespace, class, or member is supported only in version .NET 2.0 ...

dale lane » Blog Archive » PowerShell for WebSphere MQ

PS>[system.consolecolor]”asdf” Cannot convert value “asdf” to type “System.ConsoleColor” due to invalid en umeration values. Specify one of the following enumeration ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support