Share via


ConsoleColorTable Class

 

Provides a set of color values to customize the color scheme of an administration console.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Console.Shared.ConsoleColorTable

Syntax

public class ConsoleColorTable
public ref class ConsoleColorTable 
Public Class ConsoleColorTable

Properties

Name Description
System_CAPS_pubproperty AlertTextBlockBackground

Gets the background color of an alert text block.

System_CAPS_pubproperty AlertTextBlockFont

Gets the alert textbox front.

System_CAPS_pubproperty DialogGrayTextColor

Gets the color of an unavailable selection in a dialog box.

System_CAPS_pubproperty DialogPropertyGradientStartColor

Gets the starting color of a gradient shown in a property dialog box.

System_CAPS_pubproperty DialogTitleTextColor

Gets the color of the title text in a dialog box.

System_CAPS_pubproperty FontColor

Gets the font color.

System_CAPS_pubproperty HyperlinkFontColor

Gets the font color of a hyperlink.

System_CAPS_pubproperty ListViewColor

Gets the color of a list view.

System_CAPS_pubproperty MainButtonBorderColor

Gets the main button border color.

System_CAPS_pubproperty MainButtonFontColor

Gets the font color of the main button.

System_CAPS_pubproperty MainButtonPressedBackgroundColor

Gets the background color of the main button when the button is clicked.

System_CAPS_pubproperty MainHeaderBackgroundColor

Gets the main header background color.

System_CAPS_pubproperty MainTabBackgroundColor

Gets the background color of the main tab.

System_CAPS_pubproperty MainTabFontColor

Gets the font color in the main tab.

System_CAPS_pubproperty MainTabHoverFontColor

Gets the font color in the main tab when the pointer is over the tab.

System_CAPS_pubproperty MainTabSelectedFontColor

Gets the main table selected front color.

System_CAPS_pubproperty PageBorderColor

Gets the color of the page border.

System_CAPS_pubproperty ScrollButtonArrowColor

Gets the scroll button arrow color.

System_CAPS_pubproperty ScrollButtonBackgroundColor

Gets the scroll button background color.

System_CAPS_pubproperty ScrollButtonDisabledArrowColor

Gets the scoll button disabled arrow color.

System_CAPS_pubproperty ScrollButtonDisabledBackgroundColor

Gets the scroll button disabled background color.

System_CAPS_pubproperty ScrollButtonHoverArrowColor

Gets the scroll button hover arrow color.

System_CAPS_pubproperty ScrollButtonHoverBackgroundColor

Gets the scroll button hover background color.

System_CAPS_pubproperty ScrollButtonSelectedArrowColor

Gets the scroll button selected arrow color.

System_CAPS_pubproperty ScrollButtonSelectedBackgroundColor

Gets the scroll button selected background color.

System_CAPS_pubproperty SettingsDialogLeftPanelTabButtonDeselectedBackColor

Gets the background color of a tab button on the left panel of the Settings dialog box when it is deselected.

System_CAPS_pubproperty SettingsDialogLeftPanelTabButtonDeselectedLinkColor

Gets the link color of a tab button on the left panel of the Settings dialog box when it is deselected.

System_CAPS_pubproperty SettingsDialogLeftPanelTabButtonHoverForeColor

Gets the foreground color of a tab button on the left panel of the Settings dialog box when the pointer is over the tab.

System_CAPS_pubproperty SettingsDialogLeftPanelTabButtonSelectedBackColor

Gets the background color of a tab button on the left panel of the Settings dialog box when it is selected.

System_CAPS_pubproperty SettingsDialogLeftPanelTabButtonSelectedLinkColor

Gets the link color of a tab button on the left panel of the Settings dialog box when it is selected.

System_CAPS_pubproperty SettingsDialogLinkColor

Gets the color of a link label in the Settings dialog box.

System_CAPS_pubproperty SettingsDialogTitleColor

Gets the color of a tab title in the Settings dialog box.

System_CAPS_pubproperty SplashScreenBackgroundColor

Gets the background color of a splash screen.

System_CAPS_pubproperty SplashScreenBorderColor

Gets the border color of a splash screen.

System_CAPS_pubproperty SubTabBackgroundColor

Gets the background color of a subtab.

System_CAPS_pubproperty SubTabBarBackgroundColor

Gets the background color of a subtab bar.

System_CAPS_pubproperty SubTabBorderColor

Gets the border color of a subtab.

System_CAPS_pubproperty SubTabFontColor

Gets the font color of a subtab.

System_CAPS_pubproperty SubTabHoverFontColor

Gets the font color of a subtab when the pointer is over the subtab.

System_CAPS_pubproperty SubTabPressedFontColor

Gets the font color of a subtab when the subtab is clicked.

System_CAPS_pubproperty SubTabSelectedBackgroundColor

Gets the background color of a subtab when the subtab is selected.

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static CreateHighContrastSystemColorTable()

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

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.WindowsServerSolutions.Console.Shared Namespace

Return to top