Share via


ConsoleColorTable.CreateHighContrastSystemColorTable Method ()

 

Creates a color table that is used to apply system colors to the administration console user interface.

Namespace:   Microsoft.WindowsServerSolutions.Console.Shared
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public static ConsoleColorTable CreateHighContrastSystemColorTable()
public:
static ConsoleColorTable^ CreateHighContrastSystemColorTable()
Public Shared Function CreateHighContrastSystemColorTable As ConsoleColorTable

Return Value

Type: Microsoft.WindowsServerSolutions.Console.Shared.ConsoleColorTable

A Microsoft.WindowsServerSolutions.Console.Shared.ConsoleColorTable that contains set of colors used for rendering the console user interface.

Remarks

This method is use to render high contrast color schemes for accessibility. The color values are mapped to the system colors that should be used.

See Also

ConsoleColorTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace

Return to top