Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
| .jpeg) | AlertTextBlockBackground | Gets the background color of an alert text block. | 
| .jpeg) | AlertTextBlockFont | Gets the alert textbox front. | 
| .jpeg) | DialogGrayTextColor | Gets the color of an unavailable selection in a dialog box. | 
| .jpeg) | DialogPropertyGradientStartColor | Gets the starting color of a gradient shown in a property dialog box. | 
| .jpeg) | DialogTitleTextColor | Gets the color of the title text in a dialog box. | 
| .jpeg) | FontColor | Gets the font color. | 
| .jpeg) | HyperlinkFontColor | Gets the font color of a hyperlink. | 
| .jpeg) | ListViewColor | Gets the color of a list view. | 
| .jpeg) | MainButtonBorderColor | Gets the main button border color. | 
| .jpeg) | MainButtonFontColor | Gets the font color of the main button. | 
| .jpeg) | MainButtonPressedBackgroundColor | Gets the background color of the main button when the button is clicked. | 
| .jpeg) | MainHeaderBackgroundColor | Gets the main header background color. | 
| .jpeg) | MainTabBackgroundColor | Gets the background color of the main tab. | 
| .jpeg) | MainTabFontColor | Gets the font color in the main tab. | 
| .jpeg) | MainTabHoverFontColor | Gets the font color in the main tab when the pointer is over the tab. | 
| .jpeg) | MainTabSelectedFontColor | Gets the main table selected front color. | 
| .jpeg) | PageBorderColor | Gets the color of the page border. | 
| .jpeg) | ScrollButtonArrowColor | Gets the scroll button arrow color. | 
| .jpeg) | ScrollButtonBackgroundColor | Gets the scroll button background color. | 
| .jpeg) | ScrollButtonDisabledArrowColor | Gets the scoll button disabled arrow color. | 
| .jpeg) | ScrollButtonDisabledBackgroundColor | Gets the scroll button disabled background color. | 
| .jpeg) | ScrollButtonHoverArrowColor | Gets the scroll button hover arrow color. | 
| .jpeg) | ScrollButtonHoverBackgroundColor | Gets the scroll button hover background color. | 
| .jpeg) | ScrollButtonSelectedArrowColor | Gets the scroll button selected arrow color. | 
| .jpeg) | ScrollButtonSelectedBackgroundColor | Gets the scroll button selected background color. | 
| .jpeg) | SettingsDialogLeftPanelTabButtonDeselectedBackColor | Gets the background color of a tab button on the left panel of the Settings dialog box when it is deselected. | 
| .jpeg) | SettingsDialogLeftPanelTabButtonDeselectedLinkColor | Gets the link color of a tab button on the left panel of the Settings dialog box when it is deselected. | 
| .jpeg) | 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. | 
| .jpeg) | SettingsDialogLeftPanelTabButtonSelectedBackColor | Gets the background color of a tab button on the left panel of the Settings dialog box when it is selected. | 
| .jpeg) | SettingsDialogLeftPanelTabButtonSelectedLinkColor | Gets the link color of a tab button on the left panel of the Settings dialog box when it is selected. | 
| .jpeg) | SettingsDialogLinkColor | Gets the color of a link label in the Settings dialog box. | 
| .jpeg) | SettingsDialogTitleColor | Gets the color of a tab title in the Settings dialog box. | 
| .jpeg) | SplashScreenBackgroundColor | Gets the background color of a splash screen. | 
| .jpeg) | SplashScreenBorderColor | Gets the border color of a splash screen. | 
| .jpeg) | SubTabBackgroundColor | Gets the background color of a subtab. | 
| .jpeg) | SubTabBarBackgroundColor | Gets the background color of a subtab bar. | 
| .jpeg) | SubTabBorderColor | Gets the border color of a subtab. | 
| .jpeg) | SubTabFontColor | Gets the font color of a subtab. | 
| .jpeg) | SubTabHoverFontColor | Gets the font color of a subtab when the pointer is over the subtab. | 
| .jpeg) | SubTabPressedFontColor | Gets the font color of a subtab when the subtab is clicked. | 
| .jpeg) | SubTabSelectedBackgroundColor | Gets the background color of a subtab when the subtab is selected. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) .jpeg) | CreateHighContrastSystemColorTable() | Creates a color table that is used to apply system colors to the administration console user interface. | 
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | 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