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