ConsoleRenderer Class

 

Provides customizations to the look and feel of the administration console.

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

System::Object
  Microsoft.WindowsServerSolutions.Console.Shared::ConsoleRenderer

public ref class ConsoleRenderer sealed : IDisposable

NameDescription
System_CAPS_pubpropertyColorTable

Gets the color table that is associated with this renderer.

System_CAPS_pubpropertyCompositionEnabled

Gets a value that indicates whether the desktop window manager (DWM) composition is enabled.

System_CAPS_pubpropertySystem_CAPS_staticCurrentDpi

Gets the current dots per inch (dpi) value of the screen.

System_CAPS_pubpropertySystem_CAPS_staticDpiRatio

Gets the current dots per inch (dpi) ratio of the screen.

System_CAPS_pubpropertyFontTable

Gets the font table that is associated with this renderer.

System_CAPS_pubpropertySystem_CAPS_staticInstance

Gets the one and only singleton instance of the console renderer.

System_CAPS_pubpropertyRender3DText

Gets a value that indicates whether text should be rendered with three-dimensional (3-D) effects.

System_CAPS_pubpropertyRenderBitmaps

Gets a value that indicates whether bitmaps should be drawn in custom controls.

System_CAPS_pubpropertyRenderGradients

Gets a value that indicates whether gradients should be drawn in custom controls.

System_CAPS_pubpropertySystem_CAPS_staticStandardDpi

Gets the standard dots per inch (dpi) value under which the console user interface was developed (for example, 96 dpi).

System_CAPS_pubpropertySystem_CAPS_staticVisualStylesEnabled

Gets a value that indicates whether visual styles are enabled.

NameDescription
System_CAPS_pubmethodClose()

Releases any held resources by the ConsoleRenderer, if any.

System_CAPS_pubmethodDispose()

Releases all resources used by the ConsoleRenderer.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodHandleSystemColorChange()

Switches renderer settings based on the current scheme.

System_CAPS_pubmethodToString()

(Inherited from Object.)

This class is implemented using the singleton design pattern so that it can be used seamlessly throughout the console.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: