ConsoleRenderer.HandleSystemColorChange Method ()
Switches renderer settings based on the current scheme.
Namespace: Microsoft.WindowsServerSolutions.Console.Shared
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public void HandleSystemColorChange()
public:
void HandleSystemColorChange()
Public Sub HandleSystemColorChange
Remarks
This method should typically be called after a change in the system color scheme is detected, so that the renderer can query what the new scheme is and reset itself, if necessary.
See Also
ConsoleRenderer Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace
Return to top